diff options
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} |