aboutsummaryrefslogtreecommitdiff
path: root/example_frontend.html
diff options
context:
space:
mode:
authorEmil Williams2025-07-06 18:36:26 +0000
committerEmil Williams2025-07-06 18:36:26 +0000
commita9c95145e8b3d9a46a4597e4c4c5d4ac77ad18db (patch)
treef2854e0b06f1222bd88c5268f2849b01abc52b69 /example_frontend.html
parentbe96ef3c69aa497dd0a663de6cc3318fa7d77893 (diff)
downloademil-up.chud.cyou-a9c95145e8b3d9a46a4597e4c4c5d4ac77ad18db.tar.xz
emil-up.chud.cyou-a9c95145e8b3d9a46a4597e4c4c5d4ac77ad18db.tar.zst
nginx, in deployment
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>