Added search bar
This commit is contained in:
parent
a9dd23a52c
commit
a4ab7b6442
5 changed files with 111 additions and 13 deletions
|
|
@ -33,7 +33,13 @@
|
|||
</span>
|
||||
</span>
|
||||
</header>
|
||||
<div id="search-bar-container">
|
||||
<input id="search-bar" type="text" placeholder="Filter... term / :type / @site.tld"></input>
|
||||
</div>
|
||||
<section id="files"></section>
|
||||
<div id="result-number-container">
|
||||
<span id="result-number"></span>
|
||||
</div>
|
||||
</body>
|
||||
<script src="js/storage.js"></script>
|
||||
<script src="js/file.js"></script>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue