summaryrefslogtreecommitdiff
path: root/jthanio
diff options
context:
space:
mode:
authorJonathan DeMasi <jrdemasi@gmail.com>2020-03-03 19:58:28 -0700
committerJonathan DeMasi <jrdemasi@gmail.com>2020-03-03 19:58:28 -0700
commit2f0a68673015a596f6e42e19917981db7ed7f263 (patch)
tree1e3c92c75743269beca028ebf5445fa0dc409a37 /jthanio
parent6a9a5e123b18d7b95c20b3ba80c4eae59768c1c0 (diff)
downloadjthanio-2f0a68673015a596f6e42e19917981db7ed7f263.tar
jthanio-2f0a68673015a596f6e42e19917981db7ed7f263.tar.gz
jthanio-2f0a68673015a596f6e42e19917981db7ed7f263.tar.bz2
jthanio-2f0a68673015a596f6e42e19917981db7ed7f263.tar.lz
jthanio-2f0a68673015a596f6e42e19917981db7ed7f263.tar.xz
jthanio-2f0a68673015a596f6e42e19917981db7ed7f263.tar.zst
jthanio-2f0a68673015a596f6e42e19917981db7ed7f263.zip
blog index fixed
Diffstat (limited to 'jthanio')
-rw-r--r--jthanio/templates/search.html12
1 files changed, 12 insertions, 0 deletions
diff --git a/jthanio/templates/search.html b/jthanio/templates/search.html
new file mode 100644
index 0000000..8b66d9a
--- /dev/null
+++ b/jthanio/templates/search.html
@@ -0,0 +1,12 @@
+ <!-- Search Widget -->
+ <div class="card my-4">
+ <h5 class="card-header">Search</h5>
+ <div class="card-body">
+ <div class="input-group">
+ <input type="text" class="form-control" placeholder="Search for...">
+ <span class="input-group-btn">
+ <button class="btn btn-secondary" type="button">Search</button>
+ </span>
+ </div>
+ </div>
+ </div> \ No newline at end of file