forked from vnspoj/vnspoj.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsearch.html
More file actions
24 lines (21 loc) · 676 Bytes
/
search.html
File metadata and controls
24 lines (21 loc) · 676 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
---
layout: default
page_search: true
---
<div id="home">
<h2>Search results</h2>
<hr />
<div class="search" id="js-page-search">
<input type="text" placeholder="Nhập từ khoá tìm kiếm ..." class="search__input form-control"
id="js-page-search__input" autocomplete="off">
<div class="block-15"></div>
<div class="block-15"></div>
<ul class="search__results" id="js-page-search__results">
<ol class="posts">
</ol>
</ul>
<ul class="search__results is-hidden" id="js-page-search__no_results">
<li class="text-center"><a href="#">« No results found »</a></li>
</ul>
</div>
</div><!-- end #home -->