-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathindex.html
50 lines (43 loc) · 1.97 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta
name="description"
content="The possibilities are endless in the realms of your imagination. What would you do with that power?"
/>
<meta name="theme-color" content="#090909" />
<link rel="icon" href="/favicon.png" type="image/png" />
<meta property="og:title" content="HyperVIBES" />
<meta property="og:description" content="The possibilities are endless in the realms of your imagination. What would you do with that power?" />
<meta property="og:type" content="website" />
<meta name="og:image" content="https://app.hypervibes.xyz/social-card.png" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:image" content="https://app.hypervibes.xyz/social-card.png" />
<meta name="twitter:creator" content="" />
<meta name="twitter:title" content="HyperVIBES" />
<meta name="twitter:description" content="The possibilities are endless in the realms of your imagination. What would you do with that power?" />
<title>HyperVIBES</title>
</head>
<body>
<!--
"We only have room
for one specimen.
Which shall we take?" "HyperVIBES."
\ _.-'~~~~'-._ /
. .-~ \__/ \__/ ~-. .
.-~ (oo) (oo) ~-.
(_____//~~\\//~~\\______)
_.-~\` \`~-._
/O=O=O=O=O=O=O=O=O=O=O=O=O=O=O=O=O=O\ *
\___________________________________/
\x x x x x x x/
. * \x_x_x_x_x_x/
@ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @
@ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @
-->
<div id="root"></div>
<script type="module" src="/src/index.tsx"></script>
</body>
</html>