add initial Caddyfile, docker-compose.yml, and HTML files for math flashcards; set up basic structure and styles

This commit is contained in:
Peter Wood
2025-09-28 20:32:32 -04:00
parent d4c91ffcc2
commit 724b0766cb
7 changed files with 1104 additions and 0 deletions

5
margotwood/Caddyfile Normal file
View File

@@ -0,0 +1,5 @@
:80 {
root * /usr/share/caddy
encode gzip
file_server
}