forked from primasio/wormhole
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
38 lines (36 loc) · 826 Bytes
/
index.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
<!doctype html>
<html>
<head>
<title>Wormhole</title>
<style>
.title
{
text-align: center;
margin-top: 200px;
font-family: "times","sans-serif";
font-size: 150px;
color: #2185c7;
}
.sub-title
{
text-align: center;
margin-top: 20px;
}
.sub-title a
{
font-family: "arial","sans-serif";
font-size: 25px;
color: #777777;
text-decoration: none;
}
.sub-title a:hover
{
color: #2185c7;
}
</style>
</head>
<body>
<div class="title">WORMHOLE</div>
<div class="sub-title"><a href="https://github.com/primasio/wormhole">Ready for a Brand New World?</a></div>
</body>
</html>