summaryrefslogtreecommitdiffstats
path: root/nfsw/templates
diff options
context:
space:
mode:
authorrsiddharth <s@ricketyspace.net>2019-10-20 17:59:31 -0400
committerrsiddharth <s@ricketyspace.net>2019-10-20 17:59:31 -0400
commitf830320f5cb308e70fc86a421f1c19fd2d109456 (patch)
tree930c7d019a671a9b8412117f0b2d770aeeeafddf /nfsw/templates
parent9454bf9225ada5d699fedfd3d3de466d76a5a0dd (diff)
nfsw: Prettify homepage.
Diffstat (limited to 'nfsw/templates')
-rw-r--r--nfsw/templates/nfsw.html22
1 files changed, 14 insertions, 8 deletions
diff --git a/nfsw/templates/nfsw.html b/nfsw/templates/nfsw.html
index 9e873bf..afe07c3 100644
--- a/nfsw/templates/nfsw.html
+++ b/nfsw/templates/nfsw.html
@@ -3,14 +3,20 @@
{% block title %}/{% endblock %}
{% block content %}
-<div class="nfsw-block">
- <header>
- <h1>NFSW is Full of Slimy Warts!</h1>
- </header>
+<div class="nfsw-grid">
+ <div class="nfsw-grid-item">
+ <header>
+ <h1>NFSW is Full of Slimy Warts!</h1>
+ </header>
- <div class="buttons">
- <a class="button" href="/register">Register</a>
- <a class="button" href="/login">Login</a>
- </div>
+ <div class="buttons">
+ <a class="button" href="/register">Register</a>
+ <a class="button" href="/login">Login</a>
+ </div>
+ </divd>
</div>
{% endblock %}
+
+{% block css %}
+<link rel="stylesheet" href="{{ url_for('static', filename='root.css') }}">
+{% endblock %}