-
Notifications
You must be signed in to change notification settings - Fork 72
/
Copy path404.html
55 lines (45 loc) · 2.74 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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Basic Page
––––––––––––––––––––––––––––––––––––––––––––––––––-------------------------->
<meta charset="utf-8">
<title>UAH ACM</title>
<meta name="description" content="UAH ACM Student Chapter">
<meta name="author" content="Joshua Estes">
<!-- Inclusion of Bootstrap -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css" integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh" crossorigin="anonymous">
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js" integrity="sha384-wfSDF2E50Y2D1uUdj0O3uMBJnjuUD4Ih7YwaYd1iqfktj0Uod8GCExl3Og8ifwB6" crossorigin="anonymous"></script>
<!-- Mobile Specific Metas ––––––––––––––––––––––––––––––––––––––––––––––––––-------------------------->
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- FONT –––––––––––––––––––––––––––––––––––––––––––––––––----------------->
<link href="https://fonts.googleapis.com/css?family=Ubuntu" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Poiret+One" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Heebo:800" rel="stylesheet" type="text/css">
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
<!-- CSS -->
<link rel="stylesheet" href="css/navbar-redesign.css">
<!-- Favicon ––––––––––––––––––––––––––––––––––––––––––––––––––--------------------->
<link rel="icon" type="image/png" href="images/acm_logo.png">
</head>
<body>
<header>
<div class="container-404">
<div class="acm-logo">
<a><img scale src="images/acm_logo_wide_resize.png" style="position:relative" alt="UAH ACM"></a>
<!-- <a><img height="30px" src="images/logobanner-resized.png" style="position:relative"></a> -->
</div>
<div class="options">
<a href="index.html">Home</a>
<a href="aboutus.html">About Us</a>
<a href="membership.html">Membership</a>
</div>
</div>
</header>
<div class="error">
404
<h2>
Uh oh! It appears the page you are trying to find does not exist!
</h2>
</div>
</body>