forked from staticallyio/statically
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
38 lines (34 loc) · 1.2 KB
/
404.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge, chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<title>404 Not Found</title>
<link rel="stylesheet" href="https://static.marsble.com/css/errors.css">
</head>
<body>
<div class="errors">
<div class="brand-container">
<h1>Marsble</h1>
<a href="https://www.marsble.com/" title="Marsble">
<div class="brand"></div>
</a>
</div>
<!-- /.brand-container -->
<p class="lead red">
Error 404
</p>
<div class="oops"> <img class="emoji" src="https://ajax.marsble.com/libs/twemoji/2.2.3/72x72/1f915.png" alt="Error 404">
<strong>Uh oh..</strong>
</div>
<div class="message">
<p>Marsble Server looking your request page: <code><script>document.write(window.location)</script></code> doesn’t exist or has been moved.</p>
</div>
<div class="help">
<a class="mb mb-default" href="/?ref=staticaly404">Back to Staticaly</a>
</div>
</div>
<!-- /.errors -->
</body>
</html>