Add a max no. results input

This commit is contained in:
2021-08-21 10:33:31 +01:00
parent 1386679c49
commit 7bda685927
3 changed files with 16 additions and 5 deletions

View File

@@ -12,11 +12,14 @@ These are my personal notes. Correctness is not guaranteed.
Browse <a href="/notes">here</a> or by tag <a href="/.tags">here</a>.
</p>
<div id="searchWrapper">
<input placeholder="Search" id="search">
<input type="number" id="resultsMax" min="0" value="5">
</div>
<div id="results">
</div>
<p style="font-size: 0.7em;"> page generated by <a href="https://github.com/alvierahman90/notes2web">notes2web</a></p>
<p class="smallText"> page generated by <a href="https://github.com/alvierahman90/notes2web">notes2web</a></p>
<script src="/fuse.js"> </script>
<script> const data = $data$ </script>