From 7e07aa05c57e806217aa927e9f98b55b18642bd1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20Bu=C3=9Fmann?= Date: Fri, 9 Jan 2026 03:45:25 +0100 Subject: [PATCH] Edit README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index adb1213..a8a2129 100644 --- a/README.md +++ b/README.md @@ -4,10 +4,10 @@ Simple flask server that hosts a web page used for event registration of h4tum c Integration with discord bot that whitelists registered users. Frontpage: -![Frontpage]("./res/frontpage.png) +![Frontpage](/res/frontpage.png) Email: -![Email]("./res/email.png) +![Email](/res/email.png) #### Setup @@ -18,4 +18,4 @@ Run `cp app/config.py.example app/config.py` from the root of the project. Fill #### How to run -Execute `uv run run.py` to start the development server +Execute `uv run run.py` to start the development server \ No newline at end of file