aboutsummarybugs & patchesrefslogtreecommitdiffstats
path: root/src/acit/html.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/acit/html.py')
-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>