-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.html
62 lines (54 loc) · 1.64 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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
<html lang="en">
<!--
Hi there!
contact: [email protected] / @jhooo_o
-->
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Contact: [email protected]">
<meta name="author" content="Jho">
<title>META</title>
<style>
@import url('https://fonts.googleapis.com/css2?family=JetBrains+Mono&display=swap');
body {
padding: 0;
margin: 0;
background-color: rgb(233, 233, 233);
font-family: 'JetBrains Mono', monospace;
font-size: 12px;
}
.container {
height: 100vh;
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
}
.float {
text-align: center;
}
.float span {
display: block;
}
.contact {
color: rgb(26, 26, 26) !important;
letter-spacing: .2em;
font-weight: bold;
}
.contact a {
color: rgb(26, 26, 26);
text-decoration: none;
}
</style>
<!-- Cloudflare Web Analytics --><script defer src='https://static.cloudflareinsights.com/beacon.min.js' data-cf-beacon='{"token": "98b3a417a515411ca98e230e16ab4345"}'></script><!-- End Cloudflare Web Analytics -->
</head>
<body>
<div class="container">
<div class='float'>
<span class="contact"><a href="mailto:[email protected]">[email protected]</a></span>
</div>
</div>
</body>
</html>