github link

This commit is contained in:
Nebel 2023-07-12 23:09:53 +09:00
parent f192341f66
commit 76779e7a5f
Signed by: nebel
GPG key ID: 79807D08C6EF6460

View file

@ -11,6 +11,11 @@
<header> <header>
<h1>JSON Web Key Generator</h1> <h1>JSON Web Key Generator</h1>
<p>Generate JSON Web Key.</p> <p>Generate JSON Web Key.</p>
<nav>
<a href="https://github.com/kou029w/jwk.pages.dev" rel="noreferrer">
GitHub
</a>
</nav>
</header> </header>
<main> <main>
<form> <form>
@ -66,8 +71,5 @@
<label for="public">Public Key</label> <label for="public">Public Key</label>
<pre id="public"></pre> <pre id="public"></pre>
</main> </main>
<footer>
by <a href="https://github.com/kou029w" rel="noreferrer">kou029w</a>
</footer>
</body> </body>
</html> </html>