1
0
Fork 0
app.sixfold.org/www/docs/index.php

13 lines
337 B
PHP

<?php
$title = "Documents";
?>
<?php include "partials/head.php"; ?>
<body>
<?php include "partials/header.php"; ?>
<main id="main" class="flow">
<header>
<h1><?= $title ?></h1>
</header>
<p><a href='/docs/random' class='call-to-action'>Read a random document</a></p>
</main>
<?php include "partials/footer.php";