commit 63dab849a6f51234e6b887cc6e46265b62c3fc92
parent 0f1cd6dcc09407eff10648711d4730014131da65
Author: Nixx <nixx@firemail.cc>
Date: Thu, 6 Aug 2020 14:01:10 +0100
Likewise, more example pages
Diffstat:
2 files changed, 4 insertions(+), 44 deletions(-)
diff --git a/Other/sitesilike.php b/Other/sitesilike.php
@@ -5,42 +5,10 @@ $tags="external";
require $root."includes/article-start.php";
?>
- <h1><a href>Some Sites I Like to Visit</a></h1>
+ <h1><a href>Example Page</a></h1>
<ul>
- <li class="asidesubitem"><a target="_blank" class="extlink" href="https://lainchan.org/">
- Lainchan.org
- </a></li>
- The best imageboard to discuss anything tech on the internet.<br />
- <li class="asidesubitem"><a target="_blank" class="extlink" href="https://suckless.org/">
- Suckless.org
- </a></li>
- Happens to be where I get a lot of software I work with, so worth a mention.<br />
- <li class="asidesubitem"><a target="_blank" class="extlink" href="http://cat-v.org/">
- Cat-v
- </a></li>
- Funny, informative, even if I can't take it all to its fullest extreme.<br />
- <li class="asidesubitem"><a target="_blank" class="extlink" href="https://digdeeper.neocities.org/">
- Digdeeper</a> <a target="_blank" class="extlink" href="http://uvgbd5mgizntrfghf2c77e2gp3ps3tzonmizfs4uva6cbeuxhkszedid.onion/index.html">(Tor)</a>
- </li>
- <li class="asidesubitem"><a target="_blank" class="extlink" href="https://spyware.neocities.org/">
- Spyware Watchdog</a> <a target="_blank" class="extlink" href="http://spywaredrcdg5krvjnukp3vbdwiqcv3zwbrcg6qh27kiwecm4qyfphid.onion/index.html">(Tor)</a>
- </li>
- Two sites (you've likely already heard of if you're the type of person that's found this place) with many resources and routes for further reading on privacy.
- <li class="asidesubitem"><a target="_blank" class="extlink" href="https://cyberlf.github.io/">
- Cyberlife
- </a></li>
- Yes, it sounds cheesy. It's a fantastic information aggregate.
- <li class="asidesubitem"><a target="_blank" class="extlink" href="https://fauux.neocities.org/">
- Wired Sound for Wired People
- </a></li>
- You can kind of tell I took a little "inspiration" here.
- <li class="asidesubitem"><a target="_blank" class="extlink" href="http://angusnicneven.com/">
- Terminal 00
- </a></li>
- Another site interesting as a marvel of design and passion invested.
+ <li class="asidesubitem"><a target="_blank" class="extlink" href="/">
+ Example Link
</ul>
-
- <br />
- <p><i>Do <a href="mailto:nixx@firemail.cc">let me know</a> if any of these sites happen to go down.</i></p>
<?php require $root."includes/article-end.php"; ?>
diff --git a/other.php b/other.php
@@ -7,16 +7,8 @@ require "includes/default-start.php";
<div class="article article-headerless">
<h1><a href>Other Pages</a></h1>
-
- <ul>
- <li class="asideitem"><a href="/Other/minetestserver.php">
- My Minetest Server
- </a></li>
<li class="asideitem"><a href="/Other/sitesilike.php">
- Some sites I'm currently fond of
- </a></li>
- <li class="asideitem"><a href="/Other/visitors.php">
- Unique Visitor IP Count, and Dabbing on Stupid Bots
+ Example Link
</a></li>
</ul>
</div>