-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy path404.html
39 lines (33 loc) · 1.32 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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<title>RPI UPE</title>
<link rel="stylesheet" href="stylesheets/styles.css">
<link rel="stylesheet" href="stylesheets/bootstrap.css">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="404 Error Page for UPE at RPI">
<meta name="author" content="Jerry Schneider">
</head>
<body>
<div class="container-narrow">
<div class="masthead">
<h2 class="muted">Rensselaer's Chapter of UPE</h2>
<ul class="nav nav-pills">
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a href="committees.html">Committees</a></li>
<li><a href="events.html">Events</a></li>
<li><a href="portfolios.html">Portfolios</a></li>
<li><a href="projects.html">Projects</a></li>
<li><a href="tutoring.html">Tutoring</a></li>
</ul>
</div>
<hr>
<div class="jumbotron">
<h1>404: This page is busy studying!</h1>
<p class="lead">Sorry, you have requested a page that is not here, please contact <a href="mailto:[email protected]">UPE</a> if you think something is wrong.</a>
</div>
</body>
</html>