-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcustom_50x.html
28 lines (27 loc) · 1.06 KB
/
custom_50x.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
<!DOCTYPE html>
<html>
<head>
<meta charSet="utf-8" />
<title>MusicGamez: Error</title>
<link rel="shortcut icon" href="/static/images/favicon.ico">
<link rel="stylesheet" data-autoreload="false" href="https://cdn.jsdelivr.net/npm/[email protected]/css/fork-awesome.min.css" integrity="sha256-gsmEoJAws/Kd3CjuOQzLie5Q3yshhvmo7YNtBG7aaEY=" crossorigin="anonymous">
<link rel="stylesheet" href="/static/style.css" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta property="og:site_name" content="MusicGamez" />
<meta property="og:type" content="website" />
<meta property="og:title" content="Error" />
<meta property="og:description" content="Bringing smarts to your rhythm games." />
</head>
<body>
<nav>
<h1><a href="/">MusicGamez</a></h1>
<div class="nav-right"><a href="https://github.com/impiaaa/musicgamez" aria-label="GitHub"><i class="fa fa-github" aria-hidden="true"></i></a></div>
</nav>
<div>
</div>
<main>
<h2>Gateway Error</h2>
<p>Sorry! There was a problem generating the webpage. Please try again at a later time.</p>
</main>
</body>
</html>