summaryrefslogtreecommitdiff
path: root/views/pages/index.ejs
blob: 4cd0c11223ff75a291204bdedf9ccc34beaf5813 (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 %>

<div class="subtitle"></div>

<div id="sidebar">
  <% include ../partials/searchform %>
  <div class="bluebox">
    <a href="/stream" style="display:block; padding: 0.75rem; font-size: 0.75rem; font-weight: bold; font-family: 'georgia',serif;">HONK HONK!! check out the hootstream!!</a>
  </div>
  <div class="bluebox alert"></div>
<!--
  <div class="bluebox countdown"></div>
-->
  <% include ../partials/lastlog %>
  <% include ../partials/hootbox %>
</div>

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

<% include ../partials/footer %>