summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'index.html')
-rw-r--r--index.html17
1 files changed, 0 insertions, 17 deletions
diff --git a/index.html b/index.html
deleted file mode 100644
index 169ebc0..0000000
--- a/index.html
+++ /dev/null
@@ -1,17 +0,0 @@
1<!DOCTYPE html>
2<html lang="en">
3
4<head>
5 <meta charset="UTF-8">
6 <meta name="viewport" content="width=device-width, initial-scale=1">
7 <title>FCT Drive</title>
8</head>
9
10<body>
11 <form enctype="multipart/form-data" method="post" action="/upload">
12 <input type="file" name="file">
13 <input type="submit" name="submit" value="Upload">
14 </form>
15</body>
16
17</html>