17 lines
465 B
HTML
17 lines
465 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>404</title>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<link rel="stylesheet" href="/assets/css/style.css"/>
|
|
</head>
|
|
<body class="nginx-error">
|
|
|
|
<h1>503</h1>
|
|
<p>Service Unavailable</p>
|
|
<p>Well, sorry, I'm sure the thought of browsing this webpage got you pretty excited but you'll have to come back later I guess...</p>
|
|
|
|
</body>
|
|
</html>
|
|
|