-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
90 lines (81 loc) · 3.13 KB
/
404.html
File metadata and controls
90 lines (81 loc) · 3.13 KB
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
81
82
83
84
85
86
87
88
89
90
<!DOCTYPE HTML>
<!--
Read Only by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<title>404 - Page Not Found | UO - CUSP</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<!--[if lte IE 8]><script src="/assets/js/ie/html5shiv.js"></script><![endif]-->
<link rel="stylesheet" href="/assets/css/main.css" />
<!--[if lte IE 8]><link rel="stylesheet" href="/assets/css/ie8.css" /><![endif]-->
<link rel="shortcut icon" href="/images/favicon.ico" type="image/x-icon"/>
</head>
<body>
<!-- Header -->
<section id="header">
<header>
<span class="image avatar"><img src="/images/cuspuo_logo.jpeg" alt="CUSP UO Logo" /></span>
<h1 id="logo"><a href="/">CUSP Urban Observatory</a></h1>
<p>Better cities through imaging</p>
</header>
<nav id="nav">
<ul>
<li><a href="/">Home</a></li>
<li><a href="/#one">About</a></li>
<li><a href="/#people">People</a></li>
<li><a href="/#research">Research</a></li>
<li><a href="/UOpublications.html">Publications</a></li>
<li><a href="/#media">Media</a></li>
<li><a href="/#support">Support</a></li>
<li><a href="/#contact">Contact</a></li>
</ul>
</nav>
<footer>
<ul class="icons">
<li><a href="https://twitter.com/cuspuo" class="icon fa-twitter" target="_blank"><span class="label">Twitter</span></a></li>
<li><a href="https://github.com/CUSPUO" class="icon fa-github" target="_blank"><span class="label">Github</span></a></li>
<li><a href="mailto:greg.dobler@nyu.edu" class="icon fa-envelope"><span class="label">Email</span></a></li>
</ul>
</footer>
</section>
<!-- Wrapper -->
<div id="wrapper">
<!-- Main -->
<div id="main">
<!-- 404 Section -->
<section id="404">
<div class="container">
<header class="major">
<h2>404 - Page Not Found</h2>
<p>Oops! The page you're looking for doesn't exist.</p>
</header>
<p>The page you requested could not be found. It may have been moved, deleted, or never existed in the first place.</p>
<ul class="actions">
<li><a href="/" class="button special">Return to Homepage</a></li>
</ul>
</div>
</section>
</div>
<!-- Footer -->
<section id="footer">
<div class="container">
<ul class="copyright">
<li>© CUSPUO. All rights reserved.</li><li>Design: <a href="http://html5up.net">HTML5 UP</a></li>
</ul>
</div>
</section>
</div>
<!-- Scripts -->
<script src="/assets/js/jquery.min.js"></script>
<script src="/assets/js/jquery.scrollzer.min.js"></script>
<script src="/assets/js/jquery.scrolly.min.js"></script>
<script src="/assets/js/skel.min.js"></script>
<script src="/assets/js/util.js"></script>
<!--[if lte IE 8]><script src="/assets/js/ie/respond.min.js"></script><![endif]-->
<script src="/assets/js/main.js"></script>
</body>
</html>