aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources/upload.html
diff options
context:
space:
mode:
authorclimb2019-04-03 21:12:37 +0200
committerclimb2019-04-03 21:12:37 +0200
commitf8f09b016bdd6c93195e87a65afb2d154e399d0f (patch)
tree4b93a359336428223d0909bdfe24ea19662b4bf1 /src/main/resources/upload.html
parent644fcfd8f97c90180485e686d0b593efb986541e (diff)
added sqlite database and tried to get rocker templating to work
Diffstat (limited to 'src/main/resources/upload.html')
-rw-r--r--src/main/resources/upload.html16
1 files changed, 0 insertions, 16 deletions
diff --git a/src/main/resources/upload.html b/src/main/resources/upload.html
deleted file mode 100644
index 16c8a94..0000000
--- a/src/main/resources/upload.html
+++ /dev/null
@@ -1,16 +0,0 @@
-<!doctype html>
-<html lang="en">
-<head>
- <meta charset="UTF-8">
- <meta content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0"
- name="viewport">
- <meta content="ie=edge" http-equiv="X-UA-Compatible">
- <title>Upload Testing</title>
-</head>
-<body>
-<form action="/api/upload?dir=test" enctype="multipart/form-data" method="post">
- <input multiple name="files" type="file">
- <button>Submit</button>
-</form>
-</body>
-</html>