website/posts/index.html
2023-03-07 18:08:02 -05:00

56 lines
3 KiB
HTML

<!--Page design by Lilium_Snow (Primrose) (2022)-->
<!--This HTML document is licensed under the Creative Commons Attribution-ShareAlike 4.0 International License. Get a copy of the license at https://creativecommons.org/licenses/by-sa/4.0/legalcode-->
<!DOCTYPE html>
<html lang="en-US">
<head>
<meta charset="UTF-8">
<link rel="icon" type="image/x-icon" href="/assets/images/favicon.png">
<link rel="stylesheet" href="/main_theme.css">
<title>Posts - Snowcake</title>
</head>
<body>
<h1>Posts</h1>
<p><i>Lilium_Snow's Based Posts</i></p>
<div>
<a href="/" class="button">🏠 Back to Home</a>
<a href="/posts/rssfeed.xml" class="button">📰 Add Feed to RSS Reader</a>
</div>
<br>
<br>
<div class="content">
<h2>Latest Post</h2>
<p><a href="/posts/post-16">[2023-03-07] 16 - Why do so many apple shills buy poorly made accessories for their devices?</a></p>
<br>
<h2>Older Posts</h2>
<p><a href="/posts/post-15">[2023-03-04] 15 - I found a laptop with a boatload of personal data still on it</a></p>
<p><a href="/posts/post-14">[2023-01-16] 14 - My attempt to upgrade my home network</a></p>
<p><a href="/posts/post-13">[2022-12-23] 13 - I got a cell phone (again)</a></p>
<p><a href="/posts/post-12">[2022-11-18] 12 - I hate ISP routers</a></p>
<p><a href="/posts/post-11">[2022-10-11] 11 - My school doxxed 440 students</a></p>
<p><a href="/posts/post-10">[2022-09-16] 10 - I HATE SHITGLE CLASSROOM</a></p>
<p><a href="/posts/post-09">[2022-08-24] 09 - Is spying on your own citizens really necessary to neutralize the "domestic terrorist" threat?</a></p>
<p><a href="/posts/post-08">[2022-08-02] 08 - Why I use free software, and support the free software movement</a></p>
<p><a href="/posts/post-07">[2022-07-31] 07 - Social media is social control</a></p>
<p><a href="/posts/post-06">[2022-07-21] 06 - How I went from normie apple shill to gigachad GNU/Linux elitist</a></p>
<p><a href="/posts/post-04">[2022-06-11] 04 - Corporations and Pride Month</a></p>
<br>
<h2>Archived Posts</h2>
<p>Warning: The following posts were written in fits of anger and rage, so i've decided that it's best to archive them. If you would still like to read them though, they can be found below</p>
<p><a href="/posts/post-05">[2022-06-14] 05 - I HATE CELL PHONES</a></p>
<p><a href="/posts/post-03">[2022-06-09] 03 - GNU+Linux users are based and elitist and im not ashamed of it</a></p>
<p><a href="/posts/post-02">[2022-06-08] 02 - Stop feeding into the "cOnTeNt CrEaToR" dream</a></p>
<p><a href="/posts/post-01">[2022-06-08] 01 - My rant about normies in this world</a></p>
</div>
<br>
<br>
<br>
<div class="footer">
<footer>Page design by Lilium_Snow (Primrose)</footer>
<br>
<footer><a href="https://creativecommons.org/licenses/by-sa/4.0/">This page is licensed under the Creative Commons Attribution-ShareAlike 4.0 International License</a></footer>
</div>
</body>
</html>