first commit

This commit is contained in:
whotookelburg 2023-01-26 18:09:07 +00:00
parent 55ca4dba84
commit 4d5c298519
7 changed files with 55 additions and 0 deletions

4
.replit Normal file
View file

@ -0,0 +1,4 @@
run = "php -S 0.0.0.0:8000 -t ."
entrypoint = "index.php"