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

16 lines
243 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>Download your file</title>
<script type="text/javascript" src="/bundle.js"></script>
</head>
<body>
<button onclick="download()">DOWNLOAD</button>
<ul id="downloaded_files">
</ul>
</body>
</html>