forked from Mirrors/keyoxide-web
Update WKD util
This commit is contained in:
parent
7405e4147e
commit
3587b6e052
1 changed files with 2 additions and 1 deletions
|
@ -24,8 +24,9 @@
|
|||
<h1>WKD Local Part</h1>
|
||||
<div class="content">
|
||||
<form id="form-util-wkd" method="post">
|
||||
<p>This tool helps with <a href="https://keyoxide.org/guides/web-key-directory">uploading keys using web key directory (WKD)</a> by computing the part of the WKD URL that corresponds to the username.</p>
|
||||
<h3>Input</h3>
|
||||
<input type="text" name="input" id="input" placeholder="Name">
|
||||
<input type="text" name="input" id="input" placeholder="Username">
|
||||
<h3>Output</h3>
|
||||
<input type="text" name="output" id="output" placeholder="Waiting for input..." readonly>
|
||||
</form>
|
||||
|
|
Loading…
Reference in a new issue