-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
31 lines (29 loc) · 722 Bytes
/
404.html
File metadata and controls
31 lines (29 loc) · 722 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
<html>
<head>
<title> 𝑨𝑯𝑶𝑹𝑨 </title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta charset="utf-8">
<link rel="shortcut icon" type="image/png" href='favicon.png'>
<style>
@font-face { font-family: Elgoc; src: url('elgoc.ttf'); }
@font-face { font-family: Elgoc Alt; src: url('elgoc-alt.ttf'); }
h1 { font-weight: normal; color: #4d1427; }
p {
background-color: #af4875;
display: inline-block;
padding: 0.1em;
margin: 0 0 1.5em;
}
body {
background-color: #d95388;
color: #ffdbe7;
padding: 10%;
font-family: Elgoc;
font-size: 122%;
}
</style>
</head>
<body>
<h1> 𝟜𝟘𝟜</h1>
</body>
</html>