-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
42 lines (38 loc) · 2.33 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>KanjiThing</title>
<link rel="stylesheet" href="css/index.css">
<link rel="icon" href="media/icon64x64.png">
<script src="js/index.js" defer></script>
</head>
<body>
<header>
<img src="media/icon256x256.png" alt="KanjiThing icon" width="192" height="192" />
<h1>KanjiThing</h1>
</header>
<!-- Button to install KanjiThing on the chrome store -->
<button id="installbutton"><img src="https://www.google.com/images/icons/product/chrome_web_store-32.png" draggable="false" />Install</button>
<button id="tipsbutton"><img src="https://icons.iconarchive.com/icons/dtafalonso/ios8/32/Tips-icon.png" draggable="false" />Tips page</button>
<!-- Badges -->
<div id="githubbadges" style="text-align: center">
<a href="https://github.com/aiden2480/kanjithing/commits"><img src="https://img.shields.io/github/last-commit/aiden2480/kanjithing?color=red" title="GitHub commit history" /></a>
<a href="https://chrome.google.com/webstore/detail/kanjithing/nccfelhkfpbnefflolffkclhenplhiab/reviews"><img src="https://img.shields.io/chrome-web-store/rating/nccfelhkfpbnefflolffkclhenplhiab?color=orange" title="Google chrome store rating" /></a>
<a href="https://chrome.google.com/webstore/detail/kanjithing/nccfelhkfpbnefflolffkclhenplhiab"><img src="https://img.shields.io/chrome-web-store/v/nccfelhkfpbnefflolffkclhenplhiab?color=yellow" title="Last version published on chrome web store" /></a>
<a href="https://github.com/aiden2480/kanjithing/actions/workflows/updatewebstore.yml"><img src="https://img.shields.io/github/workflow/status/aiden2480/kanjithing/Publish%20to%20chrome%20webstore?label=Publish%20workflow&color=green" title="Webstore publish workflow status" /></a>
<a href="https://github.com/aiden2480/kanjithing/blob/main/LICENCE"><img src="https://img.shields.io/github/license/aiden2480/kanjithing?color=blue" /></a>
<a href="https://aiden2480.github.io/kanjithing/"><img src="https://img.shields.io/badge/GitHub%20Pages-active-af6eeb" /></a>
</div>
<div id="itemdescription">
<b>Learn kanji stroke order from the browser</b>
</div>
<br />
<table id="changelog">
<tr>
<th>Version</th>
<th>Changelog</th>
</tr>
</table>
</body>
</html>