-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
76 lines (73 loc) · 2.04 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="favicon.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Yog</title>
<!-- Primary Meta Tags -->
<title>Yog</title>
<meta name="title" content="Trust me ! Yog" />
<script async src="https://cdn.splitbee.io/sb.js"></script>
<meta
name="description"
content="trustme this website will be amazing experience for you, i hope you will enjoy,
||not a rick roll||"
/>
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website" />
<meta property="og:url" content="https://trustme.yogpanjarale.com/" />
<meta property="og:title" content="Trust me ! Yog" />
<meta
property="og:description"
content="trustme this website will be amazing experience for you, i hope you will enjoy,
||not a rick roll||"
/>
<meta property="og:image" content="" />
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image" />
<meta
property="twitter:url"
content="https://trustme.yogpanjarale.com/"
/>
<meta property="twitter:title" content="Trust me ! Yog" />
<meta
property="twitter:description"
content="trustme this website will be amazing experience for you, i hope you will enjoy,
||not a rick roll||"
/>
<meta property="twitter:image" content="" />
<link
href="https://fonts.googleapis.com/css?family=Press+Start+2P"
rel="stylesheet"
type="text/css"
/>
<link rel="stylesheet" href="/src/oreo_animation.css" defer />
</head>
<body>
<div
class="min-h-screen flex items-center flex-col justify-center"
id="start"
>
<button id="trustme" class="p-6 h-16 rounded-xl shadow-2xl">
Trust Me
</button>
</div>
<div id="count" ></div>
<audio id="audio" src ="song.mp3"></audio>
<div
id="play"
class="
min-h-screen
flex
items-center
flex-col
justify-center
bg-green-200
"
>
<div class="text"></div>
</div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>