diff options
author | Jonas Kohl | 2024-07-19 13:09:00 +0200 |
---|---|---|
committer | Jonas Kohl | 2024-07-19 13:09:00 +0200 |
commit | 3b9bb27ab9179334fe3c96ae8dbc249061649aff (patch) | |
tree | d7c612cbd9f0c3b337e0713c0507a1acae8e90c9 /src/pages/index.php |
Initial commit
Diffstat (limited to 'src/pages/index.php')
-rw-r--r-- | src/pages/index.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/pages/index.php b/src/pages/index.php new file mode 100644 index 0000000..3b15088 --- /dev/null +++ b/src/pages/index.php @@ -0,0 +1,3 @@ +<title>hozyro's site</title> + +<?php include SRCDIR . "/includes/under-construction.php"; ?> |