-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
39 lines (36 loc) · 1.95 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<link rel="icon" href="/favicon.png">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<meta name="google-site-verification" content="DM6yGKp4UxcwJIWln3j2fpdO-ZSsMyMKskpzERQPw4E" />
<link href="https://fonts.googleapis.com/css2?family=Noto+Sans+TC:[email protected]&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap" rel="stylesheet" crossorigin="anonymous">
<!-- HTML Meta Tags -->
<title>HBR Axle Tool</title>
<meta name="description" content="Simple axle tool for Heaven Burns Red">
<!-- Open Graph Meta Tags -->
<meta property="og:url" content="https://hbr-axletool.pages.dev/">
<meta property="og:type" content="website">
<meta property="og:site_name" content="HBR Axle Tool">
<meta property="og:title" content="HBR Axle Tool">
<meta property="og:description" content="Simple axle tool for Heaven Burns Red">
<meta property="og:image" content="https://hbr-axletool.pages.dev/preview.png">
<meta property="og:image:width" content="1200">
<meta property="og:image:height" content="630">
<meta property="og:image:alt" content="HBR Axle Tool Preview">
<!-- Twitter Meta Tags -->
<meta name="twitter:card" content="summary_large_image">
<meta property="twitter:domain" content="hbr-axletool.pages.dev">
<meta property="twitter:url" content="https://hbr-axletool.pages.dev/">
<meta name="twitter:title" content="HBR Axle Tool">
<meta name="twitter:description" content="Simple axle tool for Heaven Burns Red">
<meta name="twitter:image" content="https://hbr-axletool.pages.dev/preview.png">
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.js"></script>
</body>
</html>