-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
27 lines (23 loc) · 1.25 KB
/
Copy pathindex.html
File metadata and controls
27 lines (23 loc) · 1.25 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
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="书签浏览器:像文件管理器一样管理书签,完全本地存储、隐私安全,开源,界面现代美观,支持多语言。" />
<meta name="theme-color" content="#ffffff" media="(prefers-color-scheme: light)" />
<meta name="theme-color" content="#111827" media="(prefers-color-scheme: dark)" />
<!-- Open Graph -->
<meta property="og:title" content="BookmarkHarbor" />
<meta property="og:description" content="像文件管理器一样管理书签,完全本地存储、隐私安全,开源,界面现代美观,支持多语言。" />
<meta property="og:type" content="website" />
<!-- Favicon -->
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<!-- Fonts: Using system fonts for better performance and offline support -->
<title>BookmarkHarbor</title>
<script defer src="https://analytics.hxcn.dev/script.js" data-website-id="81a6105a-48b4-45a2-b406-2a8087f6e881"></script>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>