added readme

This commit is contained in:
Snorre 2025-04-01 11:53:21 +02:00
parent c53994d846
commit f176b1f35c

5
README.md Normal file
View file

@ -0,0 +1,5 @@
Self-made web server in Rust.
Very bare bones. Just serves the files in `public/` as it sees them.
Only exception is the route `/posts/index` which returns a list of posts
created using a horrible 100 line inline block :p