new branch

This commit is contained in:
Abhinav Adduri 2017-05-30 09:24:16 -07:00
parent 0782cef593
commit a45bcf3d35
8 changed files with 246 additions and 224 deletions

18
public/download.html Normal file
View file

@ -0,0 +1,18 @@
<!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>