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/sucks/gnu-linux.php
2023-08-07 18:56:26 +02:00

21 lines
498 B
PHP

<!DOCTYPE html>
<html>
<head>
<?php include 'php/header.php';?>
<meta charset="UTF-8">
<meta name="description" content="Reasons why GNU/Linux sucks">
<meta name="author" content="speedie">
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<title>GNU/Linux, and why it sucks</title>
</head>
<body>
<div class="content">
<h2>GNU/Linux, and why it sucks</h2>
<p>To write.</p>
</div>
</body>
<footer>
<?php include 'php/footer.php';?>
</footer>
</html>