drop.chapril.org-firefoxsend/public/download.html

16 lines
243 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="/bundle.js"></script>
2017-05-30 18:24:16 +02:00
</head>
<body>
<button onclick="download()">DOWNLOAD</button>
2017-05-30 18:24:16 +02:00
<ul id="downloaded_files">
</ul>
2017-05-30 18:24:16 +02:00
</body>
</html>