-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.html
32 lines (30 loc) · 1.09 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="refresh" content="">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>EXDI</title>
<link rel="shortcut icon" type="image/x-icon" href="/img/icon.png" />
<link rel="stylesheet" type="text/css" href="/css/background.css">
<link rel="stylesheet" type="text/css" href="/css/navbar.css">
<link rel="stylesheet" type="text/css" href="/css/404.css">
<link href="https://fonts.googleapis.com/css?family=Montserrat:700,900" rel="stylesheet">
</head>
<body>
<ul>
<li onClick="window.location.reload();"><img src="/images/go.png" alt="Home" style="width:46px;height:54px;"></li>
<li><b href="/" style="font-weight: 800; color:white"><font size="5">EXDI</font></b></li>
<li><a href="/">Home</a></li>
</ul>
<div id="notfound">
<div class="notfound">
<div class="notfound-404">
<h1>404</h1>
<h2>page not found</h2>
</div>
<a href="/">Homepage</a>
</div>
</div>
</body>
</html>