finished popup styling
This commit is contained in:
parent
1f5452b98a
commit
3b02d6a4b2
3 changed files with 42 additions and 10 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue