forked from nighthawkcoders/student
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsearch.html
More file actions
27 lines (24 loc) · 813 Bytes
/
Copy pathsearch.html
File metadata and controls
27 lines (24 loc) · 813 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
---
layout: base
permalink: /search/
title: Search
search_exclude: true
---
<!-- adapted from https://github.com/pmarsceill/just-the-docs -->
<script type="text/javascript" src="{{ '/assets/js/search.js' | relative_url }}"></script>
<script type="text/javascript" src="{{ '/assets/js/vendor/lunr.min.js' | relative_url }}"></script>
<div class="search">
<div class="search-input-wrap">
<input type="text" class="js-search-input search-input input-block form-control" tabindex="0" placeholder="Search {{ site.title }}" aria-label="Search {{ site.title }}" autocomplete="off">
</div>
<br>
<div class="js-search-results search-results-wrap"></div>
</div>
<style>
#heading {
font-size: 20px;
font-weight: bold;
color: #000000;
margin-top: 5px;
}
</style>