forked from united-computations/GunnHacks7.0
-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.html
executable file
·80 lines (63 loc) · 3.23 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
<!--
_____________________________________________________
/ ____ _ _ _ \
| / ___|_ _ _ __ _ __ | | | | __ _ ___| | _____ |
| | | _| | | | '_ \| '_ \| |_| |/ _` |/ __| |/ / __| |
| | |_| | |_| | | | | | | | _ | (_| | (__| <\__ \ |
| \____|\__,_|_| |_|_| |_|_| |_|\__,_|\___|_|\_\___/ |
\ /
-----------------------------------------------------
\ ^__^
\ (oo)\_______
(__)\ )\/\
||----w |
|| ||
-->
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Make, Build, Create & Learn. It’s GunnHacks 3.0, Gunn’s 24-hour high school hackathon.">
<meta name="author" content="GunnHacks">
<title>GunnHacks 3.0</title>
<link rel="icon" type="image/png" href="img/favicon.png" />
<!-- Bootstrap Core CSS -->
<link rel="stylesheet" href="css/bootstrap.min.css" type="text/css">
<!-- Custom Fonts -->
<link href='https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Merriweather:400,300,300italic,400italic,700,700italic,900,900italic' rel='stylesheet' type='text/css'>
<!-- Custom CSS -->
<link rel="stylesheet" href="css/style.css" type="text/css">
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body id="page-top">
<a id="mlh-trust-badge" style="position:fixed;top:0;right:50px;max-width:100px;width:10%;min-width: 60px;display:block;z-index:10000" href="https://mlh.io/seasons/s2016/events?utm_source=s2016&utm_medium=TrustBadge&utm_campaign=s2016" target="_blank"><img src="https://s3.amazonaws.com/logged-assets/trust-badge/s2016.png" alt="MLH Official - Spring 2016" style="width:100%;" ></a>
<header>
<div class="header-content">
<div class="header-content-inner">
<img src="img/alonzo-sad.png" alt="Alonzo Sad" id="logo" class="img-responsive"/>
<h1>GunnHacks 3.0</h1>
<hr>
<h3>Looks like you’re lost. D-:</h3>
<p>That’s not good.</p>
<a href="/" class="btn btn-primary btn-xl">Go Home</a>
</div>
</div>
</header>
</body>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-74406133-1', 'auto');
ga('send', 'pageview');
</script>
</html>