-
-
Notifications
You must be signed in to change notification settings - Fork 370
/
index.html
28 lines (28 loc) · 1.06 KB
/
index.html
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="en">
<head>
<meta charset="UTF-8" />
<title>Surmon's open-source projects</title>
<link rel="icon" type="image/x-icon" href="/favicon.ico" />
<link rel="icon" type="image/svg+xml" href="/favicons/favicon.svg" />
<link rel="alternate" type="image/png" href="/favicons/favicon.png" />
<link rel="mask-icon" href="/favicons/pinned-octocat.svg" color="#000000" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- Google search console -->
<meta name="google-site-verification" content="CNWDKal1HwPI4bIhG5jkySW65FQxwPmYGt7K_gqjY38" />
<!-- Google analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-WNSSKPKKMG"></script>
<script>
window.dataLayer = window.dataLayer || []
function gtag() {
dataLayer.push(arguments)
}
gtag('js', new Date())
gtag('config', 'G-WNSSKPKKMG')
</script>
</head>
<body>
<div id="app"><!--app-html--></div>
<script type="module" src="/src/csr.ts"></script>
</body>
</html>