Initial commit.
Some checks failed
Build and Push Docker Image / build-and-push (push) Failing after 31s

This commit is contained in:
Cameron Redmore 2025-04-18 16:28:19 +01:00
commit 19da15822c
192 changed files with 14974 additions and 0 deletions

9
www/css/custom.css Normal file
View file

@ -0,0 +1,9 @@
* {
box-sizing: border-box;
font-family: 'Chakra Petch', sans-serif;
}
html, body {
min-height: 100% !important;
}

3
www/css/input.css Normal file
View file

@ -0,0 +1,3 @@
@tailwind base;
@tailwind components;
@tailwind utilities;