summaryrefslogtreecommitdiff
path: root/templates/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/index.html')
-rw-r--r--templates/index.html17
1 files changed, 17 insertions, 0 deletions
diff --git a/templates/index.html b/templates/index.html
new file mode 100644
index 0000000..1dce9c4
--- /dev/null
+++ b/templates/index.html
@@ -0,0 +1,17 @@
+<!DOCTYPE html>
+<html>
+ <head>
+ <title>高中风险地区表格压缩器</title>
+ <link rel="stylesheet" href="/static/index.css"
+ </head>
+ <body>
+ <form method="post" action="/" enctype="multipart/form-data">
+ <input
+ name="file"
+ type="file"
+ accept="application/vnd.openxmlformats-officedocument.spreadsheetml.sheet"
+ />
+ <input type="submit" />
+ </form>
+ </body>
+</html>