-
-
Notifications
You must be signed in to change notification settings - Fork 594
/
index.html
38 lines (34 loc) · 1.47 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
29
30
31
32
33
34
35
36
37
38
<!doctype html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Surmon.me</title>
<!-- meta -->
<meta charset="utf-8" />
<meta name="author" content="Surmon" />
<meta name="mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black" />
<meta name="apple-mobile-web-app-title" content="Surmon.me" />
<meta name="format-detection" content="telephone=no" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no, viewport-fit=cover" />
<meta name="theme-color" content="#0088f5" />
<!-- info -->
<link rel="apple-touch-icon" href="/icon.png" />
<link rel="icon" type="image/x-icon" href="/favicon.ico" />
<link rel="author" type="text/plain" href="/humans.txt" />
<!-- prefetch -->
<link rel="dns-prefetch" href="//surmon.me" />
<link rel="dns-prefetch" href="//api.surmon.me" />
<link rel="dns-prefetch" href="//cdn.surmon.me" />
<link rel="dns-prefetch" href="//cdn.surmon.cn" />
<link rel="dns-prefetch" href="//static.surmon.me" />
<link rel="dns-prefetch" href="//at.alicdn.com" />
<link rel="dns-prefetch" href="//fonts.googleapis.com" />
<link rel="dns-prefetch" href="//www.google-analytics.com" />
<!-- csr entry -->
<script type="module" src="/@/csr.ts"></script>
</head>
<body>
<div id="app"><!--app-html--></div>
</body>
</html>