diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2022-07-22 23:27:00 +0200 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2022-07-22 23:27:00 +0200 |
| commit | 45c89b984d3f2b3bf97c8c5ee52e62aa6a4af6dc (patch) | |
| tree | 098417a178a0fe4e054722a84e696d4574c98b16 /template/_search.html | |
| parent | 773829d1848f1f18ef587ed5608dd72483c9be53 (diff) | |
| download | mitjafelicijan.com-45c89b984d3f2b3bf97c8c5ee52e62aa6a4af6dc.tar.gz | |
Added front end search
Diffstat (limited to 'template/_search.html')
| -rw-r--r-- | template/_search.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/template/_search.html b/template/_search.html new file mode 100644 index 0000000..997b35c --- /dev/null +++ b/template/_search.html | |||
| @@ -0,0 +1,6 @@ | |||
| 1 | <div class="blur hidden"></div> | ||
| 2 | |||
| 3 | <section class="search-form hidden"> | ||
| 4 | <input type="search" placeholder="Search ..."> | ||
| 5 | <ul></ul> | ||
| 6 | </section> | ||
