1
0
mirror of https://gitlab.com/timvisee/send.git synced 2024-09-22 00:51:33 +02:00
send/public/download.html

14 lines
239 B
HTML
Raw Normal View History

2017-05-30 18:24:16 +02:00
<!DOCTYPE html>
<html>
<head>
<title>Download your file</title>
<script type="text/javascript" src="/download.js"></script>
2017-05-30 18:24:16 +02:00
</head>
<body>
<button onclick="download()">DOWNLOAD</button>
<p id="downloadProgress"></p>
2017-05-30 18:24:16 +02:00
</body>
</html>