-
Notifications
You must be signed in to change notification settings - Fork 655
Expand file tree
/
Copy pathindex.html
More file actions
38 lines (33 loc) · 1.92 KB
/
index.html
File metadata and controls
38 lines (33 loc) · 1.92 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
<!doctype html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/logo64.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- SEO Meta Tags -->
<title>DrawStamp - 在线电子印章制作工具 | 免费印章生成器</title>
<meta name="description" content="DrawStamp 是一个专业的在线电子印章制作工具,支持自定义设计、多种模板、防伪效果等功能。完全免费使用,所有处理在本地完成,保护您的隐私安全。" />
<meta name="keywords" content="电子印章,印章制作,印章生成器,电子印章生成,在线印章,印章设计,DrawStamp" />
<meta name="author" content="DrawStamp" />
<meta name="robots" content="index, follow" />
<!-- Open Graph Meta Tags -->
<meta property="og:title" content="DrawStamp - 在线电子印章制作工具" />
<meta property="og:description" content="专业的在线电子印章制作工具,支持自定义设计、多种模板、防伪效果等功能。" />
<meta property="og:type" content="website" />
<meta property="og:image" content="/logo128.png" />
<!-- Twitter Card Meta Tags -->
<meta name="twitter:card" content="summary" />
<meta name="twitter:title" content="DrawStamp - 在线电子印章制作工具" />
<meta name="twitter:description" content="专业的在线电子印章制作工具,支持自定义设计、多种模板、防伪效果等功能。" />
<!-- Language -->
<meta http-equiv="content-language" content="zh-CN" />
<!-- Theme Color -->
<meta name="theme-color" content="#007bff" />
<!-- umani stats -->
<script defer src="https://cloud.umami.is/script.js" data-website-id="51ef2aef-2499-463f-86f2-1a0b8d545263"></script>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>