-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
26 lines (23 loc) · 1.13 KB
/
index.html
File metadata and controls
26 lines (23 loc) · 1.13 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
<!doctype html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Losted</title>
<meta name="description" content="Random literary excerpts - 随机文学摘录" />
<!-- Performance optimizations -->
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link rel="preconnect" href="https://cloud.umami.is" />
<link rel="dns-prefetch" href="https://giscus.app" />
<!-- Resource hints for fonts -->
<link rel="preload" href="/src/assets/fonts/fa-light-300_compressed.woff2" as="font" type="font/woff2" crossorigin />
<link rel="preload" href="/src/assets/fonts/fa-thin-100_compressed.woff2" as="font" type="font/woff2" crossorigin />
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" />
<script defer src="https://cloud.umami.is/script.js" data-website-id="9527d289-4186-4456-a107-f56f8755098d"></script>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>