aboutsummaryrefslogtreecommitdiff
path: root/example.html
diff options
context:
space:
mode:
authoranon2025-07-05 13:15:10 +0200
committeranon2025-07-05 13:15:10 +0200
commitaef6f78d010ac50325d6b7abf983d591845fc502 (patch)
tree13dc6c1a7de57baec27151d018fbad4eb50b25f7 /example.html
parentf383d2946c452a718ae090ff2dba3524fbcb01b1 (diff)
downloademil-up.chud.cyou-aef6f78d010ac50325d6b7abf983d591845fc502.tar.xz
emil-up.chud.cyou-aef6f78d010ac50325d6b7abf983d591845fc502.tar.zst
reorder the project
Diffstat (limited to 'example.html')
-rw-r--r--example.html12
1 files changed, 0 insertions, 12 deletions
diff --git a/example.html b/example.html
deleted file mode 100644
index 137594e..0000000
--- a/example.html
+++ /dev/null
@@ -1,12 +0,0 @@
-<div style="width: 400px;">
- <form action="http://localhost:8080" method="post" enctype="multipart/form-data">
- <fieldset>
- <legend>Upload a file</legend>
- <label>
- Select file:
- <input type="file" name="file" required>
- </label>
- <button type="submit">Upload</button>
- </fieldset>
- </form>
-</div>