-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path404.html
More file actions
52 lines (49 loc) · 1.26 KB
/
Copy path404.html
File metadata and controls
52 lines (49 loc) · 1.26 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
<!DOCTYPE html>
<html lang="en-GB" dir="ltr" id="html">
<head>
<title>them soviet bois</title>
<meta
name="google-site-verification"
content="Z2fqXXNCI7JwkPqZWGgY0ehFr_bWoS5cs5frw_wAIh4"
/>
<meta name="title" content="Them Soviet Bois' personal site and blog" />
<meta name="description" content="latest post: N/A" />
<link rel="shortcut icon" href="resource/favicon.ico" type="image/x-icon" />
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta content="text/html; charset=utf-8" http-equiv="content-type" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
</head>
<style>
body {
background-color: black;
color: white;
font-family: Verdana, sans-serif;
}
section#main {
display: flex;
}
.box {
padding: 0.5%;
background-color: grey;
margin: 20px;
height: 150px;
width: 300px;
border: white, 2px;
border-radius: 3px;
margin: 10px;
}
a{
color:white;
}
</style>
<body>
<header>
<h1>Error 404</h1>
</header>
<main>
<h2>Page not found bro</h2>
</main>
</body>
</html>