24
1
Fork 0
drop.chapril.org-firefoxsend/public/download.html

19 lines
351 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>Page Title</title>
<script type="text/javascript" src="/file.js"></script>
</head>
<body>
<input id="keyhash" placeholder="Paste the key your friend sent you."/><br />
<input id="salt" placeholder="Paste the salt your friend sent you."/><br />
<button onclick="download()">DOWNLOAD</button>
</body>
</html>