summaryrefslogtreecommitdiffstats
path: root/client.html
diff options
context:
space:
mode:
authordan <[email protected]>2023-06-19 08:58:43 -0400
committerdan <[email protected]>2023-06-19 08:58:43 -0400
commit6d9c0a8438389a471c2cf7d53a036b46757e1160 (patch)
treed5097de0b79b86101c60cfa82d987c624777af28 /client.html
parentf2eb91e6f19b511b600db377f6e0e14899028db1 (diff)
downloadphoto-album-gen-6d9c0a8438389a471c2cf7d53a036b46757e1160.tar.gz
photo-album-gen-6d9c0a8438389a471c2cf7d53a036b46757e1160.tar.bz2
photo-album-gen-6d9c0a8438389a471c2cf7d53a036b46757e1160.zip
rename client.html to index.html
Diffstat (limited to 'client.html')
-rw-r--r--client.html19
1 files changed, 0 insertions, 19 deletions
diff --git a/client.html b/client.html
deleted file mode 100644
index 0bcd335..0000000
--- a/client.html
+++ /dev/null
@@ -1,19 +0,0 @@
-<!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>
- <label for="image">Add Images to Album</label>
- <input type="file" id="image" multiple accept="image" name="image" onchange="addimages()"/>
- <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>