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

13 lines
201 B
HTML
Raw Normal View History

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