-
Notifications
You must be signed in to change notification settings - Fork 3
/
index.html
80 lines (71 loc) · 3.15 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
68
69
70
71
72
73
74
75
76
77
78
79
80
<!doctype html>
<html lang="">
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width,initial-scale=1.0" />
<link rel="icon" href="/favicon.ico" />
<!-- HTML Meta Tags -->
<title>ku-table</title>
<meta name="description" content="KU-Table ตารางเรียนของนิสิต KU ที่อยากให้มีใน myku" />
<!-- Google / Search Engine Tags -->
<meta itemprop="name" content="ku-table" />
<meta itemprop="description" content="KU-Table ตารางเรียนของนิสิต KU ที่อยากให้มีใน myku" />
<meta
itemprop="image"
content="https://raw.githubusercontent.com/Noboomta/schedule-ku/main/src/assets/ku-table-horizontal.jpg"
/>
<meta name="google-site-verification" content="UExGK20mIFc77o23eFMBq9jM7IhiEiDxZPh8kJbX-A4" />
<!-- Facebook Meta Tags -->
<meta property="og:url" content="https://ku-table.vercel.app" />
<meta property="og:type" content="website" />
<meta property="og:title" content="ku-table" />
<meta property="og:description" content="KU-Table ตารางเรียนของนิสิต KU ที่อยากให้มีใน myku" />
<meta
property="og:image"
content="https://raw.githubusercontent.com/Noboomta/schedule-ku/main/src/assets/ku-table-horizontal.jpg"
/>
<!-- Twitter Meta Tags -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="ku-table" />
<meta name="twitter:description" content="KU-Table ตารางเรียนของนิสิต KU ที่อยากให้มีใน myku" />
<meta
name="twitter:image"
content="https://raw.githubusercontent.com/Noboomta/schedule-ku/main/src/assets/ku-table-horizontal.jpg"
/>
<!-- Meta Tags Generated via http://heymeta.com -->
<meta name="google-site-verification" content="75eohuKjDd-_6O0q1bYRflvZg6oJdhYa_JnC8kVFw7s" />
<script
async
src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-6332996084759514"
crossorigin="anonymous"
></script>
</head>
<body>
<noscript>
<strong>KU-Table ตารางเรียนของนิสิต KU ที่อยากให้มีใน myku</strong>
</noscript>
<div id="app"></div>
<script type="module" src="src/main.ts"></script>
<!-- built files will be auto injected -->
<div id="divadsensedisplaynone">
<!-- put here all adsense code -->
<script
async
src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-6332996084759514"
crossorigin="anonymous"
></script>
<ins
class="adsbygoogle"
style="display: block"
data-ad-format="fluid"
data-ad-layout-key="-f9+5v+4m-d8+7b"
data-ad-client="ca-pub-6332996084759514"
data-ad-slot="6018005630"
></ins>
<script>
;(adsbygoogle = window.adsbygoogle || []).push({})
</script>
</div>
</body>
</html>