blob: 2b9c47f3d10f10132b3948643d44d68753c763ba (
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
|
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>based</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>█ / based ]</h1>
<p>an idiot admires complexity</p>
<br>
<h2>Where to find me</h2>
<section class="block">
<h3><a href="http://based.i2p">i2p</a></h3>
<h4>[ http://based.i2p ]</h4>
<p>> my eepsite</p>
</section>
<br>
</body>
</html>
|