forked from Mirrors/keyoxide-web
Minor update
This commit is contained in:
parent
878d357f22
commit
7647d2ec4b
1 changed files with 3 additions and 3 deletions
|
@ -24,10 +24,10 @@
|
||||||
<h1>WKD Local Part</h1>
|
<h1>WKD Local Part</h1>
|
||||||
<div class="content">
|
<div class="content">
|
||||||
<form id="form-util-wkd" method="post">
|
<form id="form-util-wkd" method="post">
|
||||||
<h3>Name</h3>
|
<h3>Input</h3>
|
||||||
<input type="text" name="input" id="input" placeholder="Name">
|
<input type="text" name="input" id="input" placeholder="Name">
|
||||||
<h3>Result</h3>
|
<h3>Output</h3>
|
||||||
<input type="text" name="output" id="output" readonly>
|
<input type="text" name="output" id="output" placeholder="Waiting for input..." readonly>
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue