blob: 894b17ac9de3b2c147f5331bdc04acdb936256f5 (
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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
|
<!DOCTYPE html>
<html lang="en">
<head><title>Stuff – dd</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta charset="UTF-8">
<meta name="robots" content="index, follow">
<meta name="description" content="Minimal and personal website about GNU/Linux guides and other stuff">
<meta name="keywords" content="linux, hosting, guides, tech, blog, networking, memes">
<meta name="author" content="mb">
<link rel="shortcut icon" href="/images/favicon.ico">
<link rel="stylesheet" href="https://drainerdomain.xyz/css/dark.css">
</head>
<body>
<div class="page">
<section>
<a class="home" href="/index.html">← Back to home</a>
<header class="content__header">
<h1>>Stuff_</h1>
<hr>
</header>
<div class="content__body">
</div>
</section>
</div>
<footer class="page__footer"><ul class="buttons">
<li>
<a href="https://drainerdomain.xyz"><img src="/buttons/drainerdomain2.gif" alt="drainerdomain"></a>
</li>
<li>
<a href="https://landchad.net"><img src="/buttons/landchad.gif" alt="LandChud"></a>
</li>
<li>
<a href="https://tomfasano.net"><img src="/buttons/tomfasano.gif" alt="Tom Fasano"></a>
</li>
<li>
<a href="https://neovim.io"><img src="/buttons/neovim.gif" alt="neovim"></a>
</li>
<li>
<a href="https://gohugo.io"><img src="/buttons/hugo.gif" alt="neovim"></a>
</li>
<li>
<a href="https://wiby.org"><img src="/buttons/wiby.gif" alt="wiby"></a>
</li>
<li>
<a href="https://gnu.org"><img src="/buttons/gnu-linux.png" alt="gnu"></a>
</li>
<li>
<a href="https://stephenvk.xyz"><img src="/buttons/stephenvk.gif" alt="stephenvk"></a>
</li>
<li>
<a href="https://canoemail.net"><img src="/buttons/canoemail.gif" alt="canoemail services"></a>
</li>
<li>
<a href="https://heaventreey.xyz"><img src="/buttons/heaventree.gif" alt="heaventree webring"></a>
</li>
<li>
<a href="https://spyware.neocities.org"><img src="/buttons/spywaredotneocities.png" alt="spywarewatchdog"></a>
</li>
<li>
<a href="https://getmonero.org"><img src="/buttons/getmonero.gif" alt="Get Monero"></a>
</li>
<li>
<a href="https://digdeeper.neocities.org"><img src="/buttons/digdeeper.png" alt="Digdeeper"></a>
</li>
</ul>
</footer>
</body>
</html>
|