-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathindex.html
More file actions
29 lines (22 loc) · 731 Bytes
/
index.html
File metadata and controls
29 lines (22 loc) · 731 Bytes
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
---
layout: default
type: index
---
<h1>{{ site.title }}</h1>
<hr>
<div id="search-box">
<input type="search" id="search-query" name="q" placeholder="Search kanji by keyword..." autocomplete="off">
<button type="submit" id="search-button">Search</button>
<div id="search-results" style="display: none;">
<div class="entries"></div>
</div>
</div>
<hr>
<nav class="pagination" role="navigation">
<a class="btn btn-blue" href="rtk1-v6/index.html">rtk1-v6</a>
<a class="btn btn-blue" href="rtk3-remain/index.html">rtk3-remain</a>
</nav>
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/lunr.min.js"></script>
<script src="assets/js/app.js"></script>
<script src="assets/js/search.js"></script>