This repository has been archived on 2024-01-22. You can view files and clone it, but cannot push or open issues or pull requests.
speedie-page/based.php
2023-07-02 21:12:46 +02:00

27 lines
1.4 KiB
PHP

<!DOCTYPE html>
<html>
<head>
<?php include 'php/header.php';?>
<meta charset="UTF-8">
<meta name="description" content="Based stuff I've seen/read.">
<meta name="author" content="speedie">
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<title>Based</title>
</head>
<body>
<div class="content">
<h2>Based</h2>
<p>List of based things I've seen/read and think you should read too.</p>
<li><a href="https://ploum.net/2023-06-19-more-rms.html">We need more of Richard Stallman, not less - ploum.net</a></li>
<li><a href="https://snowcake.me/posts/post-20/">Keep politics and ideology the hell away from free software - snowcake.me</a></li>
<li><a href="https://lukesmith.xyz/articles/why-i-use-the-gpl-and-not-cuck-licenses/">Why I use the GPL and Not Cuck Licenses - lukesmith.xyz</a></li>
<li><a href="https://suckless.org/philosophy">Philosophy - suckless.org</a></li>
<li><a href="https://xdgbasedirectoryspecification.com/">Use the XDG Base Directory Specification - xdgbasedirectoryspecification.com</a></li>
<li><a href="https://odysee.com/@Luke:7/linux-is-getting-worse-for-normal:b">Linux is getting worse for Normal People... - Luke Smith (LBRY)</a></li>
</div>
</body>
<footer>
<?php include 'php/footer.php';?>
</footer>
</html>