-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
executable file
·68 lines (67 loc) · 1.59 KB
/
404.html
File metadata and controls
executable file
·68 lines (67 loc) · 1.59 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
<html>
<head>
<title>MathsNZ</title>
<link href='https://fonts.googleapis.com/css?family=Muli' rel='stylesheet' type='text/css'>
<link rel="icon" href="https://www.mathsnz.com/favicon.ico" type="image/x-icon"/>
<link rel="shortcut icon" href="https://www.mathsnz.com/favicon.ico" type="image/x-icon"/>
<base href="https://www.mathsnz.com/" target="_top">
<style>
body{
font-family: 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
font-weight: 400;
line-height: 20px;
font-style: normal;
font-variant: normal;
font-size: 14px;
padding-top:125px;
padding-bottom:30px;
padding-left:10px;
padding-right:10px;
}
#header{
position:fixed;
top:0px;
left:0px;
right:0px;
height:100px;
border:none;
height:100px;
background-color:#0080ff;
padding:10px;
color:#fff;
text-align:center;
z-index:10;
box-shadow:0px 0px 3px rgba(0,0,0,0.5);
}
#header a{
color:#fff;
text-decoration:none;
font-weight:500;
padding-left:5px;
padding-right:5px;
font-size:15px;
}
</style>
</head>
<body>
<div id=content style="text-align:center;font-size:150%;">
Whoops, something went wrong!<br>
<br>
Try going somewhere else.
</div>
<div id="header">
<img src='./img/logo-wide small.png' style="max-height:80%;max-width:100%;">
<div id=nav>
<a href='./'>Home</a>
<a href='./resources/'>Resources</a>
<a href='./nzgrapher.html'>NZGrapher</a>
<a href='./blog/'>Blog</a>
<a href='./donate.html'>Donate</a>
<a href='./contact.html'>Contact</a>
<b class="border-notch notch"></b>
<b class="notch"></b>
</div>
</div>
</div>
</body>
</html>