aboutsummaryrefslogtreecommitdiff
path: root/example_frontend.html
diff options
context:
space:
mode:
Diffstat (limited to 'example_frontend.html')
-rw-r--r--example_frontend.html12
1 files changed, 0 insertions, 12 deletions
diff --git a/example_frontend.html b/example_frontend.html
deleted file mode 100644
index 137594e..0000000
--- a/example_frontend.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>