-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
25 lines (25 loc) · 863 Bytes
/
Copy pathindex.html
File metadata and controls
25 lines (25 loc) · 863 Bytes
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
<!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="#0d0910" />
<link
rel="preload"
as="image"
href="/src/assets/kaf/generated/kaihou-2x.webp"
imagesrcset="/src/assets/kaf/generated/kaihou-thumb.webp 480w, /src/assets/kaf/generated/kaihou-2x.webp 1720w, /src/assets/kaf/generated/kaihou-4x.webp 3440w"
imagesizes="100vw"
fetchpriority="high"
/>
<title>花谱观察站|认识花谱 KAF</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>