-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.html
41 lines (35 loc) · 1.54 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
39
40
41
<!DOCTYPE html>
<html><!--<![endif]-->
<head>
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>404 — Page not found</title>
<meta name="HandheldFriendly" content="True">
<meta name="MobileOptimized" content="320">
<meta name="viewport" content="user-scalable=no, width=device-width, initial-scale=1, maximum-scale=1">
<meta name="apple-mobile-web-app-capable" content="yes">
<link rel="shortcut icon" href="/favicon.ico">
<meta http-equiv="cleartype" content="on">
<link rel="stylesheet" href="/public/ghost.min.css?v=97b2c0f7e8">
</head>
<body>
<main role="main" id="main">
<div class="gh-app">
<div class="gh-viewport">
<div class="gh-view">
<section class="error-content error-404 js-error-container">
<section class="error-details">
<img class="error-ghost" src="/public/404-ghost@2x.png?v=97b2c0f7e8" srcset="/public/404-ghost.png?v=97b2c0f7e8 1x, /public/404-ghost@2x.png?v=97b2c0f7e8 2x">
<section class="error-message">
<h1 class="error-code">404</h1>
<h2 class="error-description">Page not found</h2>
<a class="error-link" href="https://noiselabs.io">Go to the front page →</a>
</section>
</section>
</section>
</div>
</div>
</div>
</main>
</body>
</html>