forked from Mirrors/keyoxide-web
Improve notes
This commit is contained in:
parent
47b0383341
commit
1401951ab4
1 changed files with 2 additions and 1 deletions
|
@ -3,7 +3,8 @@
|
||||||
<div class="content">
|
<div class="content">
|
||||||
<h1>Web Key Directory generator</h1>
|
<h1>Web Key Directory generator</h1>
|
||||||
<form id="form-util-wkd" method="post">
|
<form id="form-util-wkd" method="post">
|
||||||
<p>This tool computes the part of the URL that corresponds to the username when <a href="https://keyoxide.org/guides/web-key-directory">uploading keys using web key directory</a>.</p>
|
<p>This tool computes the part of the WKD URL that corresponds to the username when <a href="https://keyoxide.org/guides/web-key-directory">uploading keys using web key directory</a>.</p>
|
||||||
|
<p>If you enter the entire WKD identifier (username@domain.org), this tool will also generate the complete URLs.</p>
|
||||||
<h3>Input</h3>
|
<h3>Input</h3>
|
||||||
<input type="text" name="input" id="input" placeholder="WKD username or identifier">
|
<input type="text" name="input" id="input" placeholder="WKD username or identifier">
|
||||||
<h3>Output</h3>
|
<h3>Output</h3>
|
||||||
|
|
Loading…
Reference in a new issue