changed from using input fields for keys to getting from url
This commit is contained in:
parent
a45bcf3d35
commit
82eccc6d54
3 changed files with 48 additions and 22 deletions
|
@ -7,8 +7,8 @@
|
|||
</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 />
|
||||
<!--<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>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue