forked from zxlwq/notes
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
33 lines (32 loc) · 1.2 KB
/
Copy pathindex.html
File metadata and controls
33 lines (32 loc) · 1.2 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
<!doctype html>
<html lang="zh-CN" data-app="notes">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/x-icon" href="/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="个人笔记" />
<meta name="application-name" content="笔记系统" />
<meta name="robots" content="noindex, nofollow" />
<meta name="theme-color" content="#3b82f6" />
<link rel="manifest" href="/manifest.webmanifest" />
<meta name="login-page" content="true" />
<title>笔记系统</title>
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap"
rel="stylesheet"
/>
<link rel="preload" as="image" href="/background.webp" />
<script src="/boot.js"></script>
<script
defer
src="https://umami.zxlwq.dpdns.org/script.js"
data-website-id="ff1062e3-fdaa-4b2b-83ae-8ead1f5074c4"
></script>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>