From f176b1f35c494a0275696811ed56375d10e918a7 Mon Sep 17 00:00:00 2001 From: Snorre Date: Tue, 1 Apr 2025 11:53:21 +0200 Subject: [PATCH] added readme --- README.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..50b78e8 --- /dev/null +++ b/README.md @@ -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