diff options
| author | Fuwn <[email protected]> | 2023-07-25 17:25:36 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2023-07-25 17:25:36 -0700 |
| commit | 8345950eae1265a970382a8d9a0e7f90ba05e7fd (patch) | |
| tree | 2a7e58dda3df9a8313ff98e36c065b5b77303d10 /src/due/html.py | |
| parent | feat(due): generic error handler (diff) | |
| download | old.due.moe-8345950eae1265a970382a8d9a0e7f90ba05e7fd.tar.xz old.due.moe-8345950eae1265a970382a8d9a0e7f90ba05e7fd.zip | |
feat(html): return to home shortcut
Diffstat (limited to 'src/due/html.py')
| -rw-r--r-- | src/due/html.py | 2 |
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} |