summaryrefslogtreecommitdiffstats
path: root/client.html
blob: 1138daba33207ef855b467fab7928c14b266132b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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>