-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
42 lines (41 loc) · 1.85 KB
/
404.html
File metadata and controls
42 lines (41 loc) · 1.85 KB
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
42
<!-- Bustl. 404 -->
<!---->
<!-- INTEGRITY Framework | https://github.com/scottdwr -->
<!-- Bustl.®︎™︎ is a trademark of Simpl System, llc.-->
<!-- bulma.io v0.9.2 | github.com/jgthms/bulma -->
<!---->
<!DOCTYPE html>
<html lang="en" dir="auto">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<!-- ios support -->
<meta name="og:title" content="Bustl.Cutz" />
<meta name="og:video" content="./images/apple-rich-link-video.mp4" type="video/mp4" />
<meta name="og:image" content="./images/apple-rich-link-image.jpeg" type="image/jpeg" />
<meta name="apple-mobile-web-app-status-bar-style" content="black" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-title" content="Cutz." />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<meta name="theme-color" content="black" />
<title>Oops</title>
<link rel="manifest" href="./manifest.webmanifest" type="application/manifest+json" />
<link rel="icon" href="./apple-touch-icon.png" type="image/png" sizes="512x512" />
<link rel="apple-touch-icon" href="./apple-touch-icon.png" type="image/png" sizes="512x512" />
<style>
@import url("./css/clean.css");
</style>
<script src="./js/materialize.min.js"></script>
</head>
<body>
<!-- content -->
<section class="section">
<div class="container info grey-text center">
<h2>404!</h2>
<p style="padding-bottom: 20px;"><span class="bold" style="font-size: 23px; font-weight: 420;">This is not the webpage you’re looking for … 👀</span></p>
<a type="button" href="./index.html" class="button" style="font-size: 1.5em; padding: 5px;">Homepage</a>
</div>
</section>
<script src="./js/ui.js"></script>
</body>
</html>