From 4f741ce90cd857aba53de06047b9221fa27b0c61 Mon Sep 17 00:00:00 2001 From: UltraQbik Date: Thu, 22 Aug 2024 03:54:40 +0300 Subject: Fix broken centering add testing page --- main.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'main.py') diff --git a/main.py b/main.py index a4a6d58..25ae922 100644 --- a/main.py +++ b/main.py @@ -35,6 +35,9 @@ PATH_MAP = { "/about": {"path": "www/about.html", "compress": True}, + "/test": + {"path": "www/test.html", + "compress": True}, } # internal path map -- cgit 1.4.1