From a11a1ceac9799efc85a3722a7a95fdecd7e88cf3 Mon Sep 17 00:00:00 2001 From: Frederick Yin Date: Thu, 8 Sep 2022 18:21:14 +0800 Subject: Add manual and disclaimer --- static/index.css | 6 ++++-- static/sheet.png | Bin 0 -> 81589 bytes templates/index.html | 59 +++++++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 63 insertions(+), 2 deletions(-) create mode 100644 static/sheet.png diff --git a/static/index.css b/static/index.css index ff999d0..162003c 100644 --- a/static/index.css +++ b/static/index.css @@ -1,7 +1,5 @@ body { - text-align: center; font-family: sans-serif; - font-size: 16pt; } .error { @@ -9,3 +7,7 @@ body { padding: 1em; background-color: #faa; } + +summary { + margin: 1em; +} diff --git a/static/sheet.png b/static/sheet.png new file mode 100644 index 0000000..cec881d Binary files /dev/null and b/static/sheet.png differ diff --git a/templates/index.html b/templates/index.html index 0576890..c5edd1f 100644 --- a/templates/index.html +++ b/templates/index.html @@ -5,6 +5,7 @@ +

高中风险地区表格压缩器

{% with messages = get_flashed_messages() %} {% if messages %}