summaryrefslogtreecommitdiffstats
path: root/client.html
diff options
context:
space:
mode:
Diffstat (limited to 'client.html')
-rw-r--r--client.html14
1 files changed, 14 insertions, 0 deletions
diff --git a/client.html b/client.html
new file mode 100644
index 0000000..1138dab
--- /dev/null
+++ b/client.html
@@ -0,0 +1,14 @@
+<!DOCTYPE html>
+<html>
+ <head>
+ <link rel="stylesheet" href="style.css">
+ <meta name="viewport" content="width=device-width, initial-scale=1">
+ </head>
+ <body>
+ <script type="text/javascript" src="demo.js"></script>
+ <input type="file" id="image" multiple accept="image" name="image" onchange="addimages()"/>
+ <button onclick="download()">Download</button>
+ <div id="preview"></div>
+ </div>
+ </body>
+</html>