Fix table creation (#2)

- Add Caddyfile
- Add start of vanilla layout
This commit is contained in:
2024-04-04 20:49:25 -04:00
parent 9e027ca51e
commit 8db4216ea2
4 changed files with 44 additions and 5 deletions

8
src/public/index.php Normal file
View File

@@ -0,0 +1,8 @@
<?php
include '../start.php';
page_head('Welcome');
?>
<p>Startup worked</p>
<?php
page_foot();