-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
68 lines (65 loc) · 1.81 KB
/
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
<!DOCTYPE html>
<html lang="en">
<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">
<title>cyph.cloud</title>
<link href="https://api.fontshare.com/v2/css?f[]=satoshi@1,2&display=swap" rel="stylesheet">
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<main>
<div class="line">
<p class="title">cyph.cloud</p>
</div>
<div class="line">
<p class="word">
for shits
</p>
<p class="word amp">
&
</p>
</div>
<div class="line">
<p class="word">
for giggles
</p>
</div>
<div class="line">
<p class="word">
<a class="github" href="https://github.com/imcyph/cyph.cloud" target="_blank" rel="noopener noreferrer">
<span>g</span>
<span>i</span>
<span>t</span>
<span>h</span>
<span>u</span>
<span>b</span>
</a>
</p>
</div>
<div class="line">
<p class="word">
<a class="discord" href="https://discord.gg/GDqEHvhEQ9" target="_blank" rel="noopener noreferrer">
<span>d</span>
<span>i</span>
<span>s</span>
<span>c</span>
<span>o</span>
<span>r</span>
<span>d</span>
</a>
</p>
</div>
<div class="line">
<p class="word">
<a class="contact"
href="mailto:contact@cyph.cloud?body=%0D%0A%0D%0AEnquires%20will%20be%20ignored%20without%20the%20tag%20below.%0D%0ASent%20from%20cyph.cloud%0D%0AThough%20you%20are%20free%20to%20remove%20this%20line%20and%20others%20below."
target="_blank" rel="noopener noreferrer">
<span>➤</span> email
</a>
</p>
</div>
</main>
</body>
</html>