add ideas.php

This commit is contained in:
speedie 2023-06-20 02:05:50 +02:00
parent 749f39a9f7
commit 450919b1b3
2 changed files with 23 additions and 0 deletions

22
ideas.php Normal file
View file

@ -0,0 +1,22 @@
<!DOCTYPE html>
<html>
<head>
<?php include 'php/header.php';?>
<meta charset="UTF-8">
<meta name="description" content="Various ideas for software and other things">
<meta name="author" content="speedie">
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<title>Ideas</title>
</head>
<body>
<div class="content">
<h2>Ideas</h2>
<p>List of ideas for software and other things.</p>
<li>A web browser designed like a tiling window manager</li>
<li>Better package manager (see packr)</li>
</div>
</body>
<footer>
<?php include 'php/footer.php';?>
</footer>
</html>

View file

@ -21,6 +21,7 @@
<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="ideas.php">Ideas</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>