summaryrefslogtreecommitdiffstats
path: root/nfsw/templates/nfsw.html
diff options
context:
space:
mode:
Diffstat (limited to 'nfsw/templates/nfsw.html')
-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 %}