summaryrefslogtreecommitdiff
path: root/views/pages/index.ejs
blob: 454e358073d49553ed313a09b85366e6e59c71fd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<% include ../partials/header %>

<hr>

<div id="sidebar">
  <div class="bluebox">
    <b><big>welcome to bucky</big></b>
  </div>
  <div class="bluebox" id="searchbox">
    <form>
      <input type="text" name="search" autofocus>
      <button>SEARCH</button>
    </form>
  </div>
  <% include ../partials/hootbox %>
</div>

<div id="content">
  <% include ../partials/threads %>
</div>

<% include ../partials/footer %>