1
0
mirror of https://gitlab.com/timvisee/send.git synced 2024-11-13 14:42:38 +01:00
send/public/download.html
Abhinav Adduri a45bcf3d35 new branch
2017-05-30 09:24:16 -07:00

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>