This commit is contained in:
Alexander 2025-06-09 00:20:26 -04:00
parent dbadcf267e
commit 66af302e2d
115 changed files with 721 additions and 278 deletions

3
serve.sh Executable file
View file

@ -0,0 +1,3 @@
#!/bin/sh
python3 -m http.server -d serve/ 8080