-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
56 lines (44 loc) · 2.37 KB
/
index.html
File metadata and controls
56 lines (44 loc) · 2.37 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/x-icon" href="./favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Mod Developer Branding</title>
<meta name="author" content="Cheeseworks" />
<meta name="description" content="Manage your Geode developer branding." />
<meta name="keywords" content="Geode, mod, developer, branding, enhancement, Geometry Dash" />
<meta name="theme-color" content="#AB8854" />
<meta name="robots" content="index, follow" />
<meta name="color-scheme" content="light dark" />
<meta name="fediverse:creator" content="@cheeseworks@mastodon.social">
<link rel="canonical" href="https://moddev.cheeseworks.gay/" />
<link rel="alternate" hreflang="en" href="https://moddev.cheeseworks.gay/" />
<link rel="preconnect" href="https://moddev.cheeseworks.gay/" />
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link rel="apple-touch-icon" href="/mod.png" />
<link rel="me" href="https://mastodon.social/@cheeseworks">
<link
href="https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Russo+One&display=swap"
rel="stylesheet">
<meta property="og:site_name" content="Cheeseworks" />
<meta property="og:title" content="Mod Developer Branding" />
<meta property="og:description" content="Manage your Geode developer branding." />
<meta property="og:url" content="https://moddev.cheeseworks.gay/" />
<meta property="og:type" content="website" />
<meta property="og:image" content="/mod.png" />
<meta property="og:image:alt" content="Mod Developer Branding mod icon" />
<meta property="og:locale" content="en_US" />
<meta name="twitter:title" content="Mod Developer Branding" />
<meta name="twitter:description" content="Manage your Geode developer branding." />
<meta name="twitter:card" content="summary" />
<meta name="twitter:image" content="/mod.png" />
<meta name="twitter:image:alt" content="Mod Developer Branding logo" />
<meta name="twitter:site" content="@chris_rhatt" />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>