diff options
| author | anon | 2025-07-05 13:15:10 +0200 |
|---|---|---|
| committer | anon | 2025-07-05 13:15:10 +0200 |
| commit | aef6f78d010ac50325d6b7abf983d591845fc502 (patch) | |
| tree | 13dc6c1a7de57baec27151d018fbad4eb50b25f7 /example_frontend.html | |
| parent | f383d2946c452a718ae090ff2dba3524fbcb01b1 (diff) | |
| download | emil-up.chud.cyou-aef6f78d010ac50325d6b7abf983d591845fc502.tar.xz emil-up.chud.cyou-aef6f78d010ac50325d6b7abf983d591845fc502.tar.zst | |
reorder the project
Diffstat (limited to 'example_frontend.html')
| -rw-r--r-- | example_frontend.html | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/example_frontend.html b/example_frontend.html new file mode 100644 index 0000000..137594e --- /dev/null +++ b/example_frontend.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> |
