-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy patherror.html
More file actions
66 lines (60 loc) · 3.01 KB
/
error.html
File metadata and controls
66 lines (60 loc) · 3.01 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
57
58
59
60
61
62
63
64
65
66
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Geometry Dash - Official Website</title>
<meta name="description" content="Official Geometry Dash website by RobTop Games. Play the browser demo, view top player leaderboards, and get the game." />
<meta name="keywords" content="Geometry Dash, RobTop Games, rhythm game, platformer, leaderboards, browser game, Stereo Madness" />
<!-- Open Graph -->
<meta property="og:type" content="website" />
<meta property="og:title" content="Geometry Dash - Official Website" />
<meta property="og:description" content="Play the browser demo, view top player leaderboards, and get Geometry Dash." />
<meta property="og:image" content="https://localhost/assets/og-image.png" />
<meta property="og:url" content="https://localhost" />
<meta property="og:site_name" content="Geometry Dash" />
<!-- Twitter -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Geometry Dash - Official Website" />
<meta name="twitter:description" content="Play the browser demo, view top player leaderboards, and get Geometry Dash." />
<meta name="twitter:image" content="https://localhost/assets/og-image.png" />
<meta name="theme-color" content="#000c20" />
<!-- Structured data -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "VideoGame",
"name": "Geometry Dash",
"url": "https://localhost",
"image": "https://localhost/assets/og-image.png",
"description": "Jump and fly your way through danger in this rhythm-based action platformer.",
"genre": ["Rhythm", "Platformer", "Action"],
"gamePlatform": ["iOS", "Android", "PC", "Mac"],
"operatingSystem": ["iOS", "Android", "Windows", "macOS"],
"applicationCategory": "Game",
"author": {
"@type": "Organization",
"name": "RobTop Games",
"url": "https://www.robtopgames.com"
},
"publisher": {
"@type": "Organization",
"name": "RobTop Games"
}
}
</script>
<link rel="canonical" href="https://localhost/" />
<link rel="icon" href="/favicon.ico" sizes="48x48" />
<link rel="icon" type="image/png" href="/assets/favicon/favicon-16x16.png" sizes="16x16" />
<link rel="icon" type="image/png" href="/assets/favicon/favicon-32x32.png" sizes="32x32" />
<link rel="apple-touch-icon" href="/apple-touch-icon.png" />
<link rel="manifest" href="/assets/favicon/site.webmanifest" />
<link rel="preload" href="/assets/fonts/PUSAB.otf" as="font" type="font/otf" crossorigin />
<link rel="preload" href="/fonts/Montserrat-Variable.woff2" as="font" type="font/woff2" crossorigin />
<script type="module" crossorigin src="/assets/index-D1bljrtt.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-DhuD2EwG.css">
</head>
<body>
<div id="root"></div>
</body>
</html>