added some php stuff to try things

This commit is contained in:
StockiP
2022-04-17 22:37:16 +02:00
parent e0408934a9
commit 3ec17aa13d
2 changed files with 15 additions and 14 deletions

11
index.php Normal file
View File

@@ -0,0 +1,11 @@
<!DOCTYPE html>
<html lang="en">
<?php include($_SERVER['DOCUMENT_ROOT'] . '/components/head.php') ?>
<body>
<h1>Test</h1>
</body>
</html>