aboutsummaryrefslogtreecommitdiff
path: root/src/due
diff options
context:
space:
mode:
authorFuwn <[email protected]>2023-07-25 17:25:36 -0700
committerFuwn <[email protected]>2023-07-25 17:25:36 -0700
commit8345950eae1265a970382a8d9a0e7f90ba05e7fd (patch)
tree2a7e58dda3df9a8313ff98e36c065b5b77303d10 /src/due
parentfeat(due): generic error handler (diff)
downloadold.due.moe-8345950eae1265a970382a8d9a0e7f90ba05e7fd.tar.xz
old.due.moe-8345950eae1265a970382a8d9a0e7f90ba05e7fd.zip
feat(html): return to home shortcut
Diffstat (limited to 'src/due')
-rw-r--r--src/due/html.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/due/html.py b/src/due/html.py
index 0cc4c74..966dadb 100644
--- a/src/due/html.py
+++ b/src/due/html.py
@@ -209,7 +209,7 @@ def page(main_content, footer):
<body>
<style>text-align: center;</style>
- <h1>期限</h1>
+ <h1><a href="/">期限</a></h1>
{main_content}