summaryrefslogtreecommitdiff
path: root/jthanio/templates/search.html
diff options
context:
space:
mode:
Diffstat (limited to 'jthanio/templates/search.html')
-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