blob: c4df9bfc18290989ee5af968bfe3dde4fea1cb4e (
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
50
51
52
53
54
55
|
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>rakka</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>█ / rakka ]</h1>
<p>if you know you know</p>
<details id="my_content" class="subtitle">
<summary><a
href="#my_content"
>#</a> my_content</summary>
<div class="entries">
<section class="block">
<h3><a href="https://www.haibanehome.page/">haibanehome</a></h3>
<h4>[ https://www.haibanehome.page/ ]</h4>
<p>> my website</p>
</section>
<section class="block">
<h3><a href="https://www.vidlii.com/user/CowzRLolz">vidlii</a></h3>
<h4>[ https://www.vidlii.com/user/CowzRLolz ]</h4>
<p>> my videos</p>
</section>
</div>
</details>
<details id="contact_me" class="subtitle">
<summary><a
href="#contact_me"
>#</a> contact_me</summary>
<div class="entries">
<section class="block">
<h3><a href="xmpp:n9and5kahm8mywnh3gdy@disroot.org">XMPP</a></h3>
<h4>[ n9and5kahm8mywnh3gdy@disroot.org ]</h4>
<p>> where to message me</p>
</section>
</div>
</details>
</body>
</html>
|