-
Notifications
You must be signed in to change notification settings - Fork 13
/
index.html
62 lines (58 loc) · 3.05 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
54
55
56
57
58
59
60
61
62
<!doctype html>
<html lang="en">
<head>
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="icon" type="image/x-icon" href="favicon.ico" />
<title>Unfair Spin Wheel - A spin wheel game that allow you to control the odds.</title>
<meta name="title" content="Unfair Spin Wheel" />
<meta content="Unfair Spin Wheel" property="og:title" />
<meta content="Unfair Spin Wheel" property="og:site_name" />
<meta
content="Try this incredible spin wheel tool designed specifically for online draws. It's completely free, open-source, and without any annoying ads."
name="description"
/>
<meta
content="Try this incredible spin wheel tool designed specifically for online draws. It's completely free, open-source, and without any annoying ads."
property="og:description"
/>
<meta content="@jim60105" name="twitter:site" />
<meta content="@jim60105" name="twitter:creator" />
<meta content="summary_large_image" name="twitter:card" />
<meta content="website" property="og:type" />
<link href="https://unfair.spin-wheel.click/img/open-graph.png" rel="image_src" />
<meta content="https://unfair.spin-wheel.click/img/open-graph.png" property="og:image" />
<meta content="https://unfair.spin-wheel.click/img/open-graph.png" name="twitter:image" />
<meta property="og:image:alt" content="The world is unfair, and so is our spin wheel." />
<meta property="og:image:type" content="image/png" />
<meta property="og:image:width" content="1200" />
<meta property="og:image:height" content="640" />
<meta content="https://unfair.spin-wheel.click" property="og:url" />
<link rel="canonical" href="https://unfair.spin-wheel.click" />
<link rel="apple-touch-icon" href="/img/icons/ios/180.png" sizes="180x180" />
<meta name="theme-color" content="#212f56" />
<link rel="preconnect" href="https://www.clarity.ms" />
<link rel="preconnect" href="https://www.googletagmanager.com" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Rock+Salt&family=Suez+One&family=Mochiy+Pop+P+One&family=Jua&family=Unbounded&family=Mitr&family=Noto+Sans+TC&family=Noto+Sans+SC&family=Noto+Sans+Lao&family=Noto+Color+Emoji&display=swap"
rel="stylesheet"
/>
<link
href="https://fonts.googleapis.com/css2?family=Mochiy+Pop+P+One&display=swap&text=晚餐吃什麼火鍋牛肉麵排館拉便當店自助夜市速食中"
rel="stylesheet"
/>
<script>
// This is for PouchDB:
// https://stackoverflow.com/a/77061427/8706033
// According to the documentation, this should not be defined in vite config
// https://vitejs.dev/config/shared-options.html#define
window.global = window;
</script>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>