add based.php

This commit is contained in:
speedie 2023-06-20 00:29:05 +02:00
parent dc23a80960
commit 749f39a9f7
2 changed files with 24 additions and 2 deletions

21
based.php Normal file
View file

@ -0,0 +1,21 @@
<!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>
</div>
</body>
<footer>
<?php include 'php/footer.php';?>
</footer>
</html>

View file

@ -15,11 +15,12 @@
<h3>Links</h3>
<ul>
<li><a href="about-me.php">About me</a></li>
<li><a href="sucks.php">Sucks</a></li>
<li><a href="rocks.php">Rocks</a></li>
<li><a href="blog.php">Blog</a></li>
<li><a href="rss.xml">RSS feed</a></li>
<li><a href="updates.xml">RSS project updates</a></li>
<li><a href="sucks.php">Sucks</a></li>
<li><a href="rocks.php">Rocks</a></li>
<li><a href="based.php">Based</a></li>
<li><a href="project-list.php">Projects</a></li>
<li><a href="faq.php">Frequently asked questions</a></li>
<li><a href="philosophy.php">Design philosophy</a></li>