finished popup styling

This commit is contained in:
Lauchmelder 2022-03-20 17:40:08 +01:00
parent 1f5452b98a
commit 3b02d6a4b2
No known key found for this signature in database
GPG key ID: C2403C69D78F011D
3 changed files with 42 additions and 10 deletions

View file

@ -6,7 +6,7 @@
<body>
<header>
<h1>FuriKani</h1>
<h2>v0.5.1</h2>
<h2>v0.6</h2>
</header>
<div id="token-area">
@ -51,7 +51,10 @@
</div>
<footer>
Using WaniKani Level <span id="level"></span>
<span id="level-text">Using WaniKani Level <span id="level"></span></span>
<span id="author" >Made by <a target="_blank" href="https://github.com/Lauchmelder23">Lauchmelder</a></span>
<a id="source" target="_blank" href="https://github.com/Lauchmelder23/FuriKani">Source Code</a>
</footer>
<script src="src/popup.js"></script>