diff options
| author | mono-b <monoblanco@DRAINERDOMAIN.localdomain> | 2022-12-18 23:58:07 -0300 | 
|---|---|---|
| committer | mono-b <monoblanco@DRAINERDOMAIN.localdomain> | 2022-12-18 23:58:07 -0300 | 
| commit | 476493c61679764b33734512f023a627dcca9ecf (patch) | |
| tree | 0db36282ab18c2b8d6eb15efab2eb49ef2eb8de3 /rss/index.html | |
Diffstat (limited to 'rss/index.html')
| -rw-r--r-- | rss/index.html | 110 | 
1 files changed, 110 insertions, 0 deletions
diff --git a/rss/index.html b/rss/index.html new file mode 100644 index 0000000..86ecc7b --- /dev/null +++ b/rss/index.html @@ -0,0 +1,110 @@ +<!DOCTYPE html> +<html lang="en"> + +    <head><title>RSS Links – 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>>RSS Links_</h1> +        <hr> +    </header> +    <div class="content__body"> +        <table> +<thead> +<tr> +<th></th> +<th></th> +</tr> +</thead> +<tbody> +<tr> +<td>GUIDES</td> +<td><a href="https://drainerdomain.xyz/guides/index.xml">https://drainerdomain.xyz/guides/index.xml</a></td> +</tr> +<tr> +<td>POSTS</td> +<td><a href="https://drainerdomain.xyz/posts/index.xml">https://drainerdomain.xyz/posts/index.xml</a></td> +</tr> +</tbody> +</table> + +    </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>  | 
