-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathindex.html
67 lines (60 loc) · 2.5 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
63
64
65
66
67
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/src/favicon.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta property="og:url" content="https://thailand-grand-opening.web.app/" />
<meta property="og:type" content="website" />
<meta property="og:title" content="ลุงจะใช้เวลาเท่าไหร่ในการเปิดประเทศ?" />
<meta
property="og:description"
content="เราจะทำตามสัญญา ขอเวลาอีกไม่นาน v2"
/>
<meta
property="og:image"
content="https://github.com/narze/timelapse/raw/master/projects/thailand-grand-opening_home.png"
/>
<meta name="twitter:title" content="ลุงจะใช้เวลาเท่าไหร่ในการเปิดประเทศ?" />
<meta name="twitter:card" content="summary_large_image" />
<meta
name="twitter:image"
content="https://github.com/narze/timelapse/raw/master/projects/thailand-grand-opening_home.png"
/>
<title>Thailand Grand Opening</title>
<!-- The core Firebase JS SDK is always required and must be listed first -->
<script src="/__/firebase/8.6.7/firebase-app.js"></script>
<!-- TODO: Add SDKs for Firebase products that you want to use
https://firebase.google.com/docs/web/setup#available-libraries -->
<script src="/__/firebase/8.6.7/firebase-analytics.js"></script>
<!-- Initialize Firebase -->
<script src="/__/firebase/init.js"></script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script
async
src="https://www.googletagmanager.com/gtag/js?id=G-GE0MF4LYTX"
></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag("js", new Date());
gtag("config", "G-GE0MF4LYTX");
</script>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
<!-- Ko-fi -->
<script src="https://storage.ko-fi.com/cdn/scripts/overlay-widget.js"></script>
<script>
kofiWidgetOverlay.draw("narze", {
type: "floating-chat",
"floating-chat.donateButton.text": "สนับสนุน ฿",
"floating-chat.donateButton.background-color": "#f45d22",
"floating-chat.donateButton.text-color": "#fff",
});
</script>
</body>
</html>