-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
34 lines (34 loc) · 863 Bytes
/
404.html
File metadata and controls
34 lines (34 loc) · 863 Bytes
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
<head>
<link href='http://fonts.googleapis.com/css?family=Lato:400,700|Lora:400,700' rel='stylesheet' type='text/css'>
<style type="text/css">
h1 {
font-family: Lato;
font-weight: 700;
}
h2 {
font-family: Lato;
font-weight: 700;
}
p {
font-family: Lora;
font-weight: 400;
}
.nav a {
color: black;
text-decoration: none;
}
.nav {
border: dashed 1px;
padding: 5px;
text-align: center;
}
</style>
<title>404 | tantusar.github.io</title>
</head>
<div class="nav"><a href="/">tantusar.github.io</a> | <a href=""><strong>404</strong></a></div>
<table style="height:calc(100% - 30px); width:100%" cellpadding="0">
<tr>
<td style="text-align: center"><h1><a href="." style="color: black; text-decoration: none">404</a></h1>
<p><a href=".." style="color: black; text-decoration: none">You broke my site. Thanks for that.</a></p></td>
</tr>
</table>