summaryrefslogtreecommitdiff
path: root/views
diff options
context:
space:
mode:
Diffstat (limited to 'views')
-rw-r--r--views/pages/index.ejs6
-rw-r--r--views/partials/header.ejs2
2 files changed, 8 insertions, 0 deletions
diff --git a/views/pages/index.ejs b/views/pages/index.ejs
index 7b6732e..3b5e0f9 100644
--- a/views/pages/index.ejs
+++ b/views/pages/index.ejs
@@ -6,6 +6,12 @@
<div class="bluebox">
<b><big>welcome to bucky</big></b>
</div>
+ <div class="bluebox" id="searchbox">
+ <form>
+ <input type="text" name="search">
+ <button>SEARCH</button>
+ </form>
+ </div>
<div class="bluebox" id="hootbox">
<form>
<input type="text" name="hoot">
diff --git a/views/partials/header.ejs b/views/partials/header.ejs
index 3074c0a..0b2c5c5 100644
--- a/views/partials/header.ejs
+++ b/views/partials/header.ejs
@@ -8,3 +8,5 @@
<body>
<h1><%= title %></h1>
+
+<hr> \ No newline at end of file