diff options
Diffstat (limited to 'client.html')
-rw-r--r-- | client.html | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/client.html b/client.html index 1138dab..0bcd335 100644 --- a/client.html +++ b/client.html @@ -6,9 +6,14 @@ </head> <body> <script type="text/javascript" src="demo.js"></script> + <label for="image">Add Images to Album</label> <input type="file" id="image" multiple accept="image" name="image" onchange="addimages()"/> - <button onclick="download()">Download</button> + <button onclick="download()">Download Photo Album</button> + <button onclick="reset()">Reset</button> + <hr/> + <h3><em>Album Preview</em></h3> <div id="preview"></div> </div> + <dialog id="modal"></dialog> </body> </html> |