-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathsearch.html
More file actions
22 lines (18 loc) · 730 Bytes
/
search.html
File metadata and controls
22 lines (18 loc) · 730 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
---
layout: page
title: Search
description: Search CoScale documentation
---
<div id="search">
<form method="get" action="{{ site.baseurl}}/search.html">
<div class="row spacing-top">
<div class="col-md-10"><input class="form-control search-input" type="search" name="q" placeholder="Enter keywords..."/></div>
<div class="col-md-2"><button class="search-button btn btn-primary btn-block" type="submit">Search</button></div>
</div>
</form>
<div id="search-results">
</div>
<div id="search-noresults" class="hide">
<p>No articles found, please change your search term or <a href="mailto:info@coscale.com" class="support">contact us</a>.</p>
</div>
</div>