From 69bc3262849f91dcfafaa61154036088067d9f1f Mon Sep 17 00:00:00 2001 From: oooo-ps Date: Wed, 20 Aug 2025 03:07:47 +0300 Subject: [PATCH] Update README.md --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d237537..dda90d8 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,10 @@ Simple, js-less micro-blogging platform written in Rust. It uses the [Rocket](https://rocket.rs) framework and the [redb](https://www.redb.org) database for serving messages. +## Demo + +![mb index page](https://github.com/user-attachments/assets/90e035bc-8511-4a8e-88a9-02a9e127d895) + ## Install 1. `git clone https://github.com/YGGverse/mb.git && cd mb` @@ -51,4 +55,4 @@ server { proxy_set_header X-Forwarded-Proto $scheme; } } -``` \ No newline at end of file +```