43 lines
		
	
	
		
			1.5 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			43 lines
		
	
	
		
			1.5 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <!DOCTYPE html>
 | |
| <html lang="en">
 | |
|     <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 id="showAllWords">show all words</a> <a href="#">random word</a> <a href="#">resources</a>
 | |
|             </div>
 | |
|             <noscript>turn on js doofus</noscript>
 | |
|         </header>
 | |
|         <main>
 | |
| 
 | |
|         </main>
 | |
|         
 | |
|         <script src="./heonian-ime/ime.js"></script>
 | |
|         <script src="./main.js"></script>
 | |
|     </body>
 | |
| </html> |