-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
15 lines (15 loc) · 747 Bytes
/
404.html
File metadata and controls
15 lines (15 loc) · 747 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<doctype HTML>
<head>
<link rel="icon" type="image/png" href="/favicon-96x96-404.png" sizes="96x96" />
<link rel="icon" type="image/svg+xml" href="/favicon-404.svg" />
<link rel="shortcut icon" href="/favicon-404.ico" />
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon-404.png" />
<meta name="apple-mobile-web-app-title" content="404" />
<link rel="manifest" href="/404.webmanifest" />
<title>Uh-oh 404</title>
</head>
<body>
<img src="/404-2.png" alt="404 image" style="width:100%;">
<h1>Hey.</h1>
<p>You've entered a page that doesn't appear to exist. It's <i>probably</i> a work in progress, or else you spelled it wrong or something. Or I did. Who knows? Not me.<p>
</body>