heonian-webdic/index.html

42 lines
1.4 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>heonian web dictionary</title>
<meta name="description" content="now with 50% less unix requirement">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="./main.css">
<link rel="preload" href="./wordlist.json" as="fetch">
</head>
<body>
<!--
entry screen, centered {
hisho
[search box, has a button to click to toggle heonian IME]
[show all words] [other resource links, idk link to google doc, heonian-conversation, github]
}
click search box or show all words, screen animates search box and. title and all that to top of screen
and. results appear n stuff,
Vewy Cool Fancy Totally Not Waste Of Resources
-->
<header class="fullscreen">
<span class="heonian"></span>
<div id="search">
<input type="text" placeholder="loading...">
<button>
H
</button>
</div>
<div>
<a href="#">show all words</a> <a href="#">uh. something else</a>
</div>
<noscript>turn on js doofus</noscript>
</header>
<main>
</main>
<script src="./main.js"></script>
</body>
</html>