diff options
| -rw-r--r-- | britons.css | 5 | ||||
| -rw-r--r-- | index.html | 49 |
2 files changed, 37 insertions, 17 deletions
diff --git a/britons.css b/britons.css index bb4b44f..079f099 100644 --- a/britons.css +++ b/britons.css @@ -18,6 +18,11 @@ body { border-color: var(--main-fg-color); } +small { + font-style: italic; + color: gray; +} + .title { font-size: 250%; @@ -26,28 +26,43 @@ <hr> - <h2>"The Most Britishly Mediocre Thing Ever"</h2> - <ul> - <li><a href="fig.html">"How Fig came to be"</a> - Showing how, when, and why I made Fig.</li> - <!-- <li><a href="map.html">"Where's That Slag?"</a> - Directory of interesting places.</li> --> - </ul> + <h2>"The Most Britishly Mediocre Thing Ever"</h2> + <dl> + <a href="fig.html"><dt>Fig's Origin</dt></a> + <small>https://elarriero.org/fig.html</small> + <dd>Showing how, when, and why I made Fig.</dd> + </dl> + + <h2>Interesting HMOFA sites</h2> + <dl> + <a href="https://rentry.org/hmofa"><dt>Masterbin of /hmofa/ <img src="icons/globe--arrow.png" alt="Outgoing link"></dt></a> + <small>https://rentry.org/hmofa</small> + <dd>A listing of /hmofa/ stories, visual novels, and games sorted by author. <a href="https://hmofa.neocities.org/">You can search by tags here.</a> <img src="icons/globe--plus.png" alt="Outgoing link"></dd> + <a href="http://furfagschizophrenia.org:27044/"><dt>Furfag Schizophrenia <img src="icons/globe--arrow.png" alt="Outgoing link"></dt></a> + <small>http://furfagschizophrenia.org:27044/femcel/index.php</small> + <dd>Debatably /hmofa/. <a href="http://furfagschizophrenia.org:27044/femcel/index.php">This femcel cat</a> <img src="icons/globe--plus.png" alt="Outgoing link"> hates humans, and lives in a HMOFA world.</dd> + <a href="https://autononymous.io/"><dt>Autononymous <img src="icons/globe--arrow.png" alt="Outgoing link"></dt></a> + <small>https://autononymous.io/</small> + <dd>A cool website run by two cool friends that write stories. Has some /hmofa/ stories like <a href="https://autononymous.io/authors-and-stories/oliver-hart/foxing/">Foxing</a> <img src="icons/book.png" alt="Story"> and + <a href="https://autononymous.io/authors-and-stories/oliver-hart/the-leaves-of-fall/">The Leaves of Fall</a> <img src="icons/book.png" alt="Story">. + </dd> + </dl> + + <h2>Technolo/g/y</h2> + <dl> + <a href="https://landchad.net/"><dt>Landchad's Guides for Self Hosting <img src="icons/globe--arrow.png" alt="Outgoing link"></dt></a> + <small>https://landchad.net/</small> + <dd><q>Don't like it? Well then go host your own net!</q> Learn how cheap & easy it is to host your own website and services. <b>Stop being a web peasant today!</b></dd> + <a href="https://stallman.org/discord.html"><dt>Stallman says: <q>Stop using Discord!</q> <img src="icons/globe--arrow.png" alt="Outgoing link"></dt></a> + <small>https://stallman.org/discord.html</small> + <dd><a href="https://stallman.org/">RMS</a> <img src="icons/user-detective.png" alt="Activist">, founder of the GNU Project lists out reasons any self-respecting person should tell Discord to take a hike.</dd> + </dl> - <h2>Interesting HMOFA</h2> - <ul> - <li>Story Masterbin of /hmofa/ - <a href="https://rentry.org/hmofa">(Sorted by Author)</a> <img src="icons/globe--arrow.png" alt="Outgoing Link"> - <a href="https://hmofa.neocities.org/"> (Organized with Tags)</a> <img src="icons/globe--arrow.png" alt="Outgoing Link"></li> - <li>Furfag Schizophrenia (Cool) - <a href="http://furfagschizophrenia.org:27044/">Main Site</a> <img src="icons/globe--arrow.png" alt="Outgoing Link (Unencrypted HTTP)"> - <a href="http://furfagschizophrenia.org:27044/femcel/index.php" title="Warning: Shocking Media">Femcel Cat</a> <img src="icons/globe--exclamation.png" alt="Outgoing Link (Shocking)"></li> - <li>Autononymous - <a href="https://autononymous.io/">Main site</a> <img src="icons/globe--arrow.png" alt="Outgoing Link"> - <a href="https://autononymous.io/authors-and-stories/oliver-hart/foxing/" title="Fox story">Foxing</a> <img src="icons/globe--arrow.png" alt="Outgoing Link"> - <a href="https://autononymous.io/authors-and-stories/oliver-hart/the-leaves-of-fall/" title="Bunny story">The Leaves of Fall</a> <img src="icons/globe--arrow.png" alt="Outgoing Link"> - </li> - </ul> <a title="Oh, you're a cute one ain'tcha, Anonie?" href="media/figsmoke.png"><img src="media/smoke.webp" alt="Fig" class="fig"></a> <img src="media/eucolor.png" class="eu" alt="eucolor"> <a href="https://www.youtube.com/watch?v=5iyxJ72G0lM" title="Brexit means Brexit"> <img src="media/stars.png" class="stars" alt="stars"> </a> -</body> + </body> </html> |
