mirror of
https://codeberg.org/keyoxide/keyoxide-web.git
synced 2024-12-22 14:59:29 -07:00
Make input placeholder shorted
This commit is contained in:
parent
04492b9b0a
commit
7155e603f1
2 changed files with 2 additions and 2 deletions
|
@ -32,7 +32,7 @@
|
|||
<input type="text" name="wkd" id="wkd" placeholder="name@domain.com">
|
||||
<h3>Public Key (3: HKP server)</h3>
|
||||
<input type="text" name="hkp_server" id="hkp_server" placeholder="https://keys.openpgp.org/">
|
||||
<input type="text" name="hkp_input" id="hkp_input" placeholder="Email address / key id / fingerprint">
|
||||
<input type="text" name="hkp_input" id="hkp_input" placeholder="Email / key id / fingerprint">
|
||||
<h3>Result</h3>
|
||||
<textarea name="messageEncrypted" id="messageEncrypted" readonly></textarea>
|
||||
<p id="result"></p>
|
||||
|
|
|
@ -32,7 +32,7 @@
|
|||
<input type="text" name="wkd" id="wkd" placeholder="name@domain.com">
|
||||
<h3>Public Key (3: HKP server)</h3>
|
||||
<input type="text" name="hkp_server" id="hkp_server" placeholder="https://keys.openpgp.org/">
|
||||
<input type="text" name="hkp_input" id="hkp_input" placeholder="Email address / key id / fingerprint">
|
||||
<input type="text" name="hkp_input" id="hkp_input" placeholder="Email / key id / fingerprint">
|
||||
<h3>Result</h3>
|
||||
<p id="result">Click on the button below.</p>
|
||||
<p id="resultContent"></p>
|
||||
|
|
Loading…
Reference in a new issue