forked from kmehan/gt-course-critique
-
Notifications
You must be signed in to change notification settings - Fork 4
/
404.html
61 lines (54 loc) · 2.45 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Course Critique - 404</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Historical grade point average (GPA) for professors and courses offered at the Georgia Institute of Technology">
<meta name="author" content="SGA - Georgia Institute of Technology">
<!--[if lt IE 9]>
<script src="//html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="default/bootstrap-responsive.min.css" rel="stylesheet">
<link href="css/bootswatch.css" rel="stylesheet">
<link href="css/critique.css" rel="stylesheet">
<script src="js/jquery.min.js"></script>
</head>
<body class="extra-space-top">
<!-- Beta Ribbon -->
<img src="img/beta_ribbon.png" class="beta-ribbon" alt="beta" />
<!-- Masthead
================================================== -->
<div class="container">
<div style="width:100%; margin:0 auto; float:none; text-align: center;" class="row">
<header class="jumbotron subhead" id="overview">
<div class="row">
<h1>404 - Uh oh</h1>
<p class="lead" style="font-size:30px">Seems we've had an error!</p>
<button class="btn btn-primary" onclick="javascript:history.back()" style="width: 370px; height: 50px; font-size: 20px;">
Click here to go back
</button>
</div>
</header>
</div>
<!-- Footer
================================================== -->
<hr>
<footer id="footer">
<p class="pull-right"><a href="#">Back to top</a>
</p>
Made by <a href="author">SGA Course Critique Committee</a>. Open source under <a href="http://www.gnu.org/licenses/gpl.html">GPLv3</a> where applicable. Fork us at <a href="https://github.com/rvz7/gt-course-critique">github</a>.
<br />
</footer>
</div>
<!-- /container -->
<!-- Le javascript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="js/bootstrap.min.js"></script>
<script src="js/application.js"></script>
<script src="js/bootswatch.js"></script>
<script src="js/searchResults.js"></script>
</body>
</html>