Skip to content

Commit 187517a

Browse files
committed
Add meta tag
1 parent 1177427 commit 187517a

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

src/webui/index-zh.html

+3
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
<html xmlns="http://www.w3.org/1999/xhtml">
55
<head>
66
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
7+
<meta name="description" content="A tool used to obfuscate python scripts." />
8+
<meta name="Keywords" content="python, obfuscate, obfuscation, obfuscator" />
9+
<title>Pyarmor - Obfuscate Python Scripts</title>
710

811
<title>Pyarmor</title>
912

src/webui/index.html

+3-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,9 @@
44
<html xmlns="http://www.w3.org/1999/xhtml">
55
<head>
66
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
7-
8-
<title>Pyarmor</title>
7+
<meta name="description" content="A tool used to obfuscate python scripts." />
8+
<meta name="Keywords" content="python, obfuscate, obfuscation, obfuscator" />
9+
<title>Pyarmor - Obfuscate Python Scripts</title>
910

1011
<link rel="stylesheet" href="css/bootstrap.min.css" type="text/css" />
1112
<style type="text/css">

0 commit comments

Comments
 (0)