generated from antfu-collective/vitesse
-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
70 lines (64 loc) · 1.71 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<!-- Icon -->
<link
rel="icon"
type="image/png"
href="/icons/favicon-16x16.png"
sizes="16x16"
/>
<link
rel="icon"
type="image/png"
href="/icons/favicon-32x32.png"
sizes="32x32"
/>
<link
rel="icon"
type="image/png"
href="/icons/android-192x192.png"
sizes="192x192"
/>
<link
rel="apple-touch-icon"
href="/icons/apple-touch-icon-180x180.png"
sizes="180x180"
/>
<meta
name="viewport"
content="width=device-width, initial-scale=1, maximum-scale=1"
/>
<meta
name="description"
content="Rebel is a transparent NFT creator payments platform"
/>
<meta name="theme-color" content="#212121" />
<meta property="og:title" content="Rebel" />
<meta
property="og:description"
content="Rebel is a transparent NFT creator payments platform"
/>
<meta property="og:image" content="rebel_preview.png" />
<meta property="twitter:card" content="summary_large_image" />
<meta property="twitter:title" content="Rebel" />
<meta
property="twitter:description"
content="Rebel is a transparent NFT creator payments platform"
/>
<meta property="twitter:image" content="rebel_preview.png" />
<meta name="msapplication-config" content="/browserconfig.xml" />
<title>REBEL</title>
<style>
body {
background-color: #111827;
}
</style>
<link rel="preconnect" href="https://cors.bridged.cc/" crossorigin />
</head>
<body class="dark-theme">
<div id="app"></div>
<script type="module" src="/src/main.js"></script>
</body>
</html>