-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
41 lines (41 loc) · 1.42 KB
/
404.html
File metadata and controls
41 lines (41 loc) · 1.42 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
<!DOCTYPE html>
<html>
<head lang="en-AU">
<link href="https://fonts.googleapis.com/css?family=Titillium+Web" rel="stylesheet" type="text/css" />
<link rel="stylesheet" href="/css/master.css" media="screen" title="no title" charset="utf-8" />
<meta charset="utf-8" />
<title>Benjamin | 404</title>
</head>
<body>
<header id="header"></header>
<center><img src="/assets/load.png" alt="Loading..." id="loadImg" /></center>
<div class="title" id="titleBox">
Benjamin
</div>
<div class="titleSub" id="subTitleBox">
Photographer - Web Developer
</div>
<div class="navBar" id="nvBr"></div>
<div class="title404" id="title">
Oh no!
</div>
<div class="msg404" id="msg">
We've come across a 404 error...
<br />
This page does not exist!
</div>
<div class="footer" id="ftr">
<a href="https://benandy.github.io/privacy">Privacy Policy</a> - <a href="https://benandy.github.io/cookie">Cookie Policy</a> - <a href="https://benandy.github.io/terms">Terms and Conditions</a>
<br />
Copyright Benjamin Developments © 2015 - All rights reserved
</div>
<script src="/js/calls.js"></script>
<script type="text/javascript">
loadSpin = true;
page404 = true;
navBar = true;
</script>
<script src="/js/main.js"></script>
<script src="https://benandy.github.io/googleanalytics.js"></script>
</body>
</html>