forked from xrdocs/segment-routing
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsearch.html
25 lines (23 loc) · 802 Bytes
/
search.html
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
---
layout: archive
permalink: /search
author: "Cisco Web Team"
feature_row1:
- image_path: search.jpg
alt: "fully responsive"
---
{% include base_path %}
{% include feature_row id="feature_row1" type="center" %}
<div value="{{ base_path }}" id="base_url" >
<form action="get" id="site_search">
<center>
<input style="font-size:20px;" class="searchForm" type="text" id="search_box" placeholder="....">
<button type="submit" value=" Send" class="btn btn--x-large" id="submit"/></i> Search</button>
</center>
</form>
<br/>
</div>
<ul class="fa-ul" id="search_results"></ul>
<script src="{{ base_path }}/assets/js/lunr.min.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
<script src="{{ base_path }}/assets/js/search.js"></script>