diff options
Diffstat (limited to 'example_frontend.html')
| -rw-r--r-- | example_frontend.html | 12 |
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> |
