aboutsummarybugs & patchesrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorVosjedev <vosje@vosjedev.net>2026-01-29 18:30:40 +0100
committerVosjedev <vosje@vosjedev.net>2026-01-29 18:30:40 +0100
commit1b312995b9047b3aae4c9539b5c7615a793142f4 (patch)
tree84d17f267d4894bf3b5cb0180987ccae10ea4a00 /src
parentb1ce8780f83954d662b6611c7a3314dd04764733 (diff)
downloadacit-1b312995b9047b3aae4c9539b5c7615a793142f4.tar.gz
acit-1b312995b9047b3aae4c9539b5c7615a793142f4.tar.bz2
acit-1b312995b9047b3aae4c9539b5c7615a793142f4.tar.xz
html: regen html to let commit 07e4a08b take effect
Signed-off-by: Vosjedev <vosje@vosjedev.net>
Diffstat (limited to 'src')
-rw-r--r--src/acit/html.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/acit/html.py b/src/acit/html.py
index 9bb143d..d804d31 100644
--- a/src/acit/html.py
+++ b/src/acit/html.py
@@ -49,8 +49,8 @@ notfound="""
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
- <title></title>
- <link href="css/style.css" rel="stylesheet">
+ <title>404 Not Found</title>
+ <link href="/style" rel="stylesheet">
</head>
<body>
<h1>Not found</h1>