FuriKani/popup.html

24 lines
376 B
HTML
Raw Normal View History

2022-03-19 19:07:22 +00:00
<!DOCTYPE html>
<html lang="en">
<head>
</head>
<body>
<input type="text" id="token" />
<button id="submit-token">
Submit
</button>
<button id="download">
Download Data
</button>
2022-03-20 00:04:00 +00:00
<p id="loading">
</p>
<p>
Using WaniKani Level <span id="level"></span>
</p>
2022-03-19 19:07:22 +00:00
<script src="popup.js"></script>
</body>
</html>