erynwells.me/content/nihongo/flashcards/old_index.html
2023-03-13 21:06:45 -07:00

18 lines
466 B
HTML

<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>Ruby</title>
<link rel="stylesheet" href="style.css">
<script preload src="script.js"></script>
</head>
<body>
<header>
<h1>Flash Cards</h1>
<div class="controls">
<input id="furigana" type="checkbox">
<label for="furigana">Furigana</label>
</div>
</header>
</body>
</html>