summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authordiogo464 <[email protected]>2025-08-08 17:40:19 +0100
committerdiogo464 <[email protected]>2025-08-08 17:40:44 +0100
commitbebf1cd5fc4668b7970e3e2e426ad103ecbc670c (patch)
treeafee1e59890836e367a075749745066450d63f44 /index.html
parent9a25abd1d6ef6f5b0e2c08751183f63db43c73a5 (diff)
rust cli init
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>