-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy path404.html
55 lines (54 loc) · 1.4 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
<!DOCTYPE html>
<html>
<head>
<title>Options</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="./node_modules/gun/examples/style.css">
<link href="./media/font.css" rel="stylesheet">
</head>
<body class="whitet black">
<div id="soon" class="hue4 page">
<style>
#soon {
min-height: inherit;
}
.write {
font-family: 'Caveat', sans-serif;
}
.parrot {
width: 0.5em;
}
</style>
<div class="pad">
<div>
<div class="shout">
<center>
<img src="./media/parrot.gif" class="parrot">
<img src="./media/parrot.gif" class="parrot">
<img src="./media/parrot.gif" class="parrot">
<div>COMING SOON!</div>
<div><b>2019.04</b></div>
<img src="./media/parrot.gif" class="parrot">
<img src="./media/parrot.gif" class="parrot">
<img src="./media/parrot.gif" class="parrot">
</center>
</div>
</div>
</div>
</div>
<div class="black low">
<div class="pad huet4">
<style>
.low a {
color: inherit;
t-ext-decoration: none;
}
</style>
<div class="write center">Crafted with <span class="redt">♥</span> by <a href="https://era.eco/" target="_blank"><span class="loud">era</span></a>.</div>
</div>
</div>
<script src="node_modules/gun/examples/jquery.js"></script>
<script src="node_modules/gun/gun.js"></script>
<script src="node_modules/gun/sea.js"></script>
</body>
</html>