-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
38 lines (36 loc) · 1.43 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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Page Not Found</title>
<link rel="stylesheet" href="/css/index.css">
<link href='https://fonts.googleapis.com/css?family=Montserrat' rel='stylesheet'>
<!--<script src="/js/index.js"></script>-->
<link rel="icon" href="/sources/favicon.gif">
</head>
<body>
<!--header insert-->
<div class="header">
<a href="/index.html"><img id="logo" alt="mpax235" src="/sources/logo.png"></a>
</div>
<nav>
<ul class="navigationbar">
<li><a href="/index.html">Home</a></li>
<li><a href="/blog.html">Blog</a></li>
<li><a href="/projects.html">Projects</a></li>
<li><a href="/stats.html">Stats</a></li>
<li><a href="">Wiki (Does not Work)</a></li>
</ul>
</nav>
<!--header end-->
<div class="notfound">
<h2 id="errortext">404</h2>
<p id="errorred">This page cannot be found. It may have moved or it no longer exists.</p>
<p id="errorred">To go home, click the button below.</p>
<br></br>
<a href="/index.html"><button>Go home</button></a>
</div>
<iframe id="footer-iframe" src="/iframes/footer2.html"></iframe>
</body>
</html>