-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
41 lines (33 loc) · 1.03 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
<!DOCTYPE HTML>
<!--
Hyperspace by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<title>Oliver Newton | 404 Error</title>
<script src="header.js"></script>
</head>
<body>
<section id="intro" class="wrapper style1 fullscreen fade-up">
<div class="inner">
<h1>404</h1>
<h2>Page not found</h2>
<a href="/" class="button">Home</a>
</div>
</section>
<!-- Footer -->
<footer id="footer" class="wrapper style1-alt">
<script src="footer.js"></script>
</footer>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.scrollex.min.js"></script>
<script src="assets/js/jquery.scrolly.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>