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/ideas.php

23 lines
658 B
PHP
Raw Normal View History

2023-06-20 02:05:50 +02:00
<!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>