-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
28 lines (28 loc) · 1.17 KB
/
Copy pathindex.html
File metadata and controls
28 lines (28 loc) · 1.17 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
<!doctype html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="theme-color" content="#f6f6f4" />
<link rel="icon" href="__FAVICON__" />
<meta name="description" content="__SEO_DESCRIPTION__" />
<meta name="keywords" content="__SEO_KEYWORDS__" />
<meta name="author" content="__SEO_AUTHOR__" />
<meta name="robots" content="index, follow" />
<link rel="canonical" href="__SEO_URL__" />
<meta property="og:type" content="website" />
<meta property="og:title" content="__SITE_TITLE__" />
<meta property="og:description" content="__SEO_DESCRIPTION__" />
<meta property="og:url" content="__SEO_URL__" />
<meta property="og:image" content="__SEO_IMAGE__" />
<meta name="twitter:card" content="summary" />
<meta name="twitter:title" content="__SITE_TITLE__" />
<meta name="twitter:description" content="__SEO_DESCRIPTION__" />
<title>__SITE_TITLE__</title>
<link rel="stylesheet" href="./styles.css" />
</head>
<body>
<main id="app" aria-live="polite"></main>
<script type="module" src="./app.js"></script>
</body>
</html>