-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
42 lines (40 loc) · 2.39 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
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1" charset="utf-8">
<link rel="stylesheet" href="https://nickoveracker.github.io/ainu-tools/css/style.css">
<link rel="stylesheet" href="./meremer_style.css">
<title>Meremer | Ainu Kana Study Tool</title>
</head>
<body>
<header>
<span id="photo-credit"><a href="https://flic.kr/p/RrPUM7">Photo</a> by <a href="https://www.flickr.com/photos/nikunoki/">Satoshi KINOKUNI</a></span>
<span id="e-begging"><a href="https://paypal.me/2kk9">Buy me coffee!</a></span>
</header>
<div class="box" id="box">
<h4 id="title_header">Ainu Kana Study Tool</h4>
<button class="options" id="aSeries">Vowels</button>
<button class="options" id="kSeries">K-syllables</button>
<button class="options" id="sSeries">S-syllables</button>
<button class="options" id="tSeries">T-syllables</button>
<button class="options" id="cSeries">C-syllables</button>
<button class="options" id="nSeries">N-syllables</button>
<button class="options" id="hSeries">H-syllables</button>
<button class="options" id="pSeries">P-syllables</button>
<button class="options" id="mSeries">M-syllables</button>
<button class="options" id="ySeries">Y-syllables</button>
<button class="options" id="rSeries">R-syllables</button>
<button class="options" id="wSeries">W-syllables</button>
<button class="options" id="consonants">+Closed syl.</button>
<button class="options" id="start">Start</button>
<button id="help" class="help" style="display: none;">?</button>
<h4 id="progress" style="display:none;font-size:18px;"></h4>
<h1 id="kana" style="display: none;"></h1>
<input type="text" id="answer" placeholder="Answer..." style="display:none;">
<button class="gameover" style="display:none;" id="incorrect"></button>
<button class="gameover" style="display:none;" id="correct"></button>
<button class="gameover" style="display:none;" id="helpCount"></button>
<button class="gameover" style="display:none;" id="refresh">Refresh</button>
</div>
<script src="main.js"></script>
</body>
</html>