-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
30 lines (30 loc) · 1.04 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Snow Day Enterprises </title>
<meta name="description" content="Snow Day Enterprises">
<meta name="viewport" content="width=device-width">
<link rel="shortcut icon" href="favicon.ico">
<link href="assets/css/style.min.css" rel="stylesheet">
</head>
<body>
<header class="container text-center">
<div class="col-sm-8 col-sm-offset-2 margin-top-40">
<h1>— Um, you look lost —</h1>
</div>
</header>
<article class="container m-center">
<div class="col-xs-12">
<p>It's cool though, sometimes you find the coolest stuff when you're not looking for it.</p>
<p>...but not here, <a href="/">go home</a>.</p>
</div>
</article>
<footer>
<div class="container text-center">
<p>© 2015 - Present. All Rights Reserved. Snow Day Enterprises, LLC. PO Box 272657 Fort Collins, CO 80527</p>
</div>
</footer>
</body>
</html>