summaryrefslogtreecommitdiff
path: root/html
diff options
context:
space:
mode:
authorChristian Pointner <equinox@helsinki.at>2016-04-02 16:10:36 (GMT)
committerChristian Pointner <equinox@helsinki.at>2016-04-02 16:10:36 (GMT)
commit8933910f9846bac630bf0dab06a4b7cd6b2b5ce3 (patch)
treeb5babbb14840c9fcac437c1122fd7d8071d9367e /html
parent24420034428f6bafc41b34e9b8a6316b4f2aa65e (diff)
added http static dir for static files
Diffstat (limited to 'html')
-rw-r--r--html/upload-form.html25
1 files changed, 0 insertions, 25 deletions
diff --git a/html/upload-form.html b/html/upload-form.html
deleted file mode 100644
index 1718b1b..0000000
--- a/html/upload-form.html
+++ /dev/null
@@ -1,25 +0,0 @@
-<!DOCTYPE html>
-<html lang="en">
- <head>
- <title>rhimportd File Upload</title>
- </head>
- <body>
- <div class="container">
- <h1>rhimportd File Upload</h1>
- <form class="form-upload" method="post" enctype="multipart/form-data">
- <fieldset>
- <label for="LOGIN_NAME">Username:</label>
- <input type="text" name="LOGIN_NAME">
- </br>
- <label for="LOGIN_NAME">Password:</label>
- <input type="password" name="PASSWORD">
- </br>
- <label for="FILENAME">File:</label>
- <input type="file" name="FILENAME">
- </br>
- <input type="submit" name="submit" value="Submit">
- </fieldset>
- </form>
- </div>
- </body>
-</html>