-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
53 lines (52 loc) · 2.07 KB
/
index.html
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
<!DOCTYPE html>
<html lang="tc">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta charset="utf-8" />
<link rel="icon" href="https://www.icery.tw/favicon.ico" />
<meta name="theme-color" content="#000000" />
<meta
name="description"
content="開會無聊想打撞球就做了個撞球假想球瞄準的東西,意義不明。"
/>
<meta name="application-name" content="撞球假想球瞄準" />
<link rel="author" href="https://www.Icery.tw" />
<meta name="author" content="Icery Chan / 阿瑋" />
<meta name="generator" content="Icery Chan / 阿瑋" />
<meta name="keywords" content="撞球假想球瞄準,Icery Chan / 阿瑋" />
<meta name="creator" content="Icery Chan / 阿瑋" />
<meta name="publisher" content="Icery Chan / 阿瑋" />
<meta property="og:title" content="撞球假想球瞄準" />
<meta
property="og:description"
content="開會無聊想打撞球就做了個撞球假想球瞄準的東西,意義不明。"
/>
<meta property="og:url" content="https://www.icery.tw/" />
<meta property="og:site_name" content="撞球假想球瞄準" />
<meta
property="og:image"
content="https://www.icery.tw/images/Icery_featured_image.jpg"
/>
<meta
property="og:image:secure_url"
content="https://www.icery.tw/images/Icery_featured_image.jpg"
/>
<meta property="og:image:alt" content="Icery Chan / 阿瑋" />
<meta property="og:image:type" content="image/png" />
<meta property="og:image:width" content="1920" />
<meta property="og:image:height" content="1080" />
<meta property="og:email" content="[email protected]" />
<meta property="og:type" content="website" />
<meta
name="viewport"
content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0"
/>
<title>撞球假想球瞄準</title>
</head>
<body>
<noscript>你好啊!</noscript>
<div id="Icery-side-project"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>