mirror of
https://github.com/kou029w/jwk.pages.dev.git
synced 2025-01-30 22:08:01 +00:00
github link
This commit is contained in:
parent
f192341f66
commit
76779e7a5f
1 changed files with 5 additions and 3 deletions
|
@ -11,6 +11,11 @@
|
|||
<header>
|
||||
<h1>JSON Web Key Generator</h1>
|
||||
<p>Generate JSON Web Key.</p>
|
||||
<nav>
|
||||
<a href="https://github.com/kou029w/jwk.pages.dev" rel="noreferrer">
|
||||
GitHub
|
||||
</a>
|
||||
</nav>
|
||||
</header>
|
||||
<main>
|
||||
<form>
|
||||
|
@ -66,8 +71,5 @@
|
|||
<label for="public">Public Key</label>
|
||||
<pre id="public"></pre>
|
||||
</main>
|
||||
<footer>
|
||||
by <a href="https://github.com/kou029w" rel="noreferrer">kou029w</a>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Add table
Reference in a new issue