add routing, move code to classes; misc changes

This commit is contained in:
2024-08-27 20:59:58 -05:00
parent 5438f9e358
commit 86827a7b10
13 changed files with 434 additions and 168 deletions

View File

@@ -1,6 +1,6 @@
/** @type {import('tailwindcss').Config} */
module.exports = {
content: ["./public/gallery.php","./public/index.php"],
content: ["./src/views/**/*.phtml"],
theme: {
extend: {},
},