-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.html
35 lines (35 loc) · 1.11 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
---
layout: page
permalink: /404.html
---
<!doctype html>
<html>
<title> 404 Page Not Found </title>
<link rel="apple-touch-icon" sizes="180x180" href="./favicon/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="./favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="./favicon/favicon-16x16.png">
<link rel="manifest" href="./favicon/site.webmanifest">
<link rel="mask-icon" href="./favicon/safari-pinned-tab.svg" color="#5bbad5">
<meta name="msapplication-TileColor" content="#da532c">
<meta name="theme-color" content="#ffffff">
<style>
body{
background-color:#0a3e54;
color: white;
text-align:center;
padding:70px 0;
}
a:hover{
color:#f3a022;
text-decoration:underline;
}
a{
color:white;
}
</style>
<body>
<a href="https://www.madhacks.io"><img src="./img/logo.png" alt="madhacks logo" height = "200px" width="200px"></a>
<h1 style = "font-size:30px"> Oops. Page not found! </h1>
<p> Click <a href="https://www.madhacks.io">Here</a> to go back to the home page. </p>
</body?
</html>