summaryrefslogtreecommitdiff
path: root/templates/index.html
blob: 1dce9c4e3e58a866c4b8c6e99675f1e1d583a89c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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>