Initial PHP Slim project structure; built a very basic site template

This commit is contained in:
2022-09-22 20:37:29 -04:00
parent 26a7ab742e
commit 8c15b10389
12 changed files with 1342 additions and 24 deletions

3
public/js/drake.js Normal file
View File

@ -0,0 +1,3 @@
$(document).ready(function () {
// this will be used later.
});