Files
marmeladenladen/index.php
2022-04-19 14:26:52 +02:00

12 lines
179 B
PHP

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