diff --git a/chanbans/templates/index.html b/chanbans/templates/index.html
index f946d60..051125b 100644
--- a/chanbans/templates/index.html
+++ b/chanbans/templates/index.html
@@ -5,7 +5,7 @@
{% block main %}
+ {% if query['offset'] != 0 %}
+
Prev
+ {% else %}
+ Prev
+ {% endif %}
+ |
+ {% if posts|length == config.HTTP_RESULTS_PER_PAGE %}
+
Next
+ {% else %}
+ Next
+ {% endif %}
+
+ {% if query['offset'] != 0 %}
+
Prev
+ {% else %}
+ Prev
+ {% endif %}
+ |
+ {% if posts|length == config.HTTP_RESULTS_PER_PAGE %}
+
Next
+ {% else %}
+ Next
+ {% endif %}
+
{% endblock main %}
diff --git a/static/style00.css b/static/style00.css
index 35b9462..dcc4ca9 100644
--- a/static/style00.css
+++ b/static/style00.css
@@ -37,6 +37,11 @@ header {
width: 100%;
}
+.pagecount {
+ margin: 5px 0px;
+ font-size: large;
+}
+
table {
border-top: 1px solid black;
border-left: 1px solid black;