blob: c8970efcfa066c427abcf810dacbc2f286891b30 (
plain)
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
|
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>iceyrazor</title>
<link rel="stylesheet" href="style.css">
<link rel="icon" type="image/x-icon" href="../images/symlinx-icon.png">
</head>
<body>
<h1>[ <span class="color_blue">-</span><span class="color_green">></span>█ / iceyrazor ]</h1>
<p>if you have an alexa, we can't be friends.</p>
<br>
<h2>Where to find me</h2>
<section class="block">
<h3><a href="https://iceyfox.xyz">frost box</a></h3>
<h4>[ https://iceyfox.xyz ]</h4>
<p>> my website</p>
</section>
<br>
<section class="block">
<h3><a href="http://iceyfox.i2p">i2p frost box</a></h3>
<h4>[ http://iceyfox.i2p ]</h4>
<p>> my eepsite</p>
</section>
<br>
<h2>My projects</h2>
<section class="block">
<h3><a href="https://git.iceyfox.xyz">CGit</a></h3>
<h4>[ https://git.iceyfox.xyz ]</h4>
<p>> code repos</p>
</section>
<br>
<section class="block">
<h3><a href="http://2mvxnxi2kkemhpcnkobngvap4sxvvi4mcunjaz7xd2zt42lwtkkq.b32.i2p">i2p CGit</a></h3>
<h4>[ http://2mvxnxi2kkemhpcnkobngvap4sxvvi4mcunjaz7xd2zt42lwtkkq.b32.i2p ]</h4>
<p>> code repos over i2p</p>
</section>
<br>
</body>
</html>
|