-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
22 lines (20 loc) · 850 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<link rel="icon" href="/favicon.ico">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link rel="preconnect" href="https://my-picture-bucket.oss-cn-hongkong.aliyuncs.com">
<link rel="preload" as="font" href="https://fonts.gstatic.com/s/frijole/v14/uU9PCBUR8oakM2BQ3xTR3w.woff2"
type="font/woff2" crossorigin="anonymous">
<link rel="preload"
href="https://my-picture-bucket.oss-cn-hongkong.aliyuncs.com/assets/d099b0eda8bffafcaad9ef59c451c4dc.png"
type="image/png" as="image" crossorigin="anonymous">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Vite App</title>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>