Files
marmeladenladen/index.php
2022-04-19 17:13:58 +02:00

13 lines
251 B
PHP

<!DOCTYPE html>
<html lang="en">
<?php include($_SERVER['DOCUMENT_ROOT'] . '/components/head.php') ?>
<body>
<?php include($_SERVER['DOCUMENT_ROOT'] . '/components/nav.php') ?>
<h1>Test</h1>
<p>This is a test commit</p>
</body>
</html>