added placeholder favicon; blockquote style

This commit is contained in:
Alexander 2025-06-09 16:48:04 -04:00
parent 7ccb524efa
commit ceb477e51f
12 changed files with 29 additions and 15 deletions

View file

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