aboutsummaryrefslogtreecommitdiff
path: root/example.html
diff options
context:
space:
mode:
authoranon2025-07-05 13:11:35 +0200
committeranon2025-07-05 13:11:35 +0200
commit02814d2803a39a0fb14893e5cf30d35609ee67de (patch)
tree6bd70c1febe2a3b7031a28a5caaa00ee27ea4156 /example.html
downloademil-up.chud.cyou-02814d2803a39a0fb14893e5cf30d35609ee67de.tar.xz
emil-up.chud.cyou-02814d2803a39a0fb14893e5cf30d35609ee67de.tar.zst
init
Diffstat (limited to 'example.html')
-rw-r--r--example.html12
1 files changed, 12 insertions, 0 deletions
diff --git a/example.html b/example.html
new file mode 100644
index 0000000..137594e
--- /dev/null
+++ b/example.html
@@ -0,0 +1,12 @@
+<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>