changed from using input fields for keys to getting from url (#17)
* changed from using input fields for keys to getting from url * cleaned
This commit is contained in:
parent
a45bcf3d35
commit
7b841e9498
3 changed files with 53 additions and 73 deletions
|
@ -3,16 +3,10 @@
|
|||
<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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue