-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
29 lines (29 loc) · 904 Bytes
/
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
<html>
<head>
<meta charset="UTF-8">
<title>Japanese Verbs (AJAX, JSON)</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<div class="card">
<div class="card-header">
<h1>Japanese Verbs</h1>
<h2 class="card-section-no"></h2>
<!--<p class="card-irregular"></p>-->
<h3 class="card-conjugation"></h3>
<div style="clear: both;"></div>
</div>
<p class="intro">Click the top-left corner to generate a new card.<br />Hover over Japanese sentence to see transliteration (rōmaji).</p>
<ul>
<li class="card-description"></li>
<li class="card-example-kanji"></li>
<li class="card-example-romaji"></li>
<li class="card-reveal">—Click here for translation—</li>
<li class="card-translation"></li>
<li class="card-footnotes"></li>
</ul>
</div>
<div id="generate-card"></div>
<script src="flashcards.js">
</body>
</html>