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/projects/swiki.php
2023-08-10 02:27:26 +02:00

24 lines
787 B
PHP

<!DOCTYPE html>
<html>
<head>
<?php include '../php/header.php';?>
<title>swiki</title>
<meta charset="UTF-8">
<meta name="description" content="Simple, suckless read-only wiki">
<meta name="author" content="speedie">
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<title>Welcome to speedie.site</title>
</head>
<body>
<div class="content">
<h2>swiki</h2>
<p>swiki is a simple read-only wiki written in PHP. Pages/articles are written in Markdown and should be created or edited locally and submitted/managed using Git.</p>
<p>For more information, see <a href="https://git.speedie.site/speedie/swiki">the Git repository.</a></p>
</div>
</body>
<footer>
<?php include '../php/footer.php';?>
</footer>
</html>