Added files to leviathan2

This commit is contained in:
absurdo 2023-11-05 17:11:32 +01:00
commit b91fe7b3a3
5 changed files with 1456 additions and 0 deletions

11
controllers/app.php Normal file
View file

@ -0,0 +1,11 @@
<?php
class AppController {
public function app() {
echo "Welcome to the leviathan!";
}
}