summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--nfsw/templates/nfsw.html16
1 files changed, 16 insertions, 0 deletions
diff --git a/nfsw/templates/nfsw.html b/nfsw/templates/nfsw.html
new file mode 100644
index 0000000..03c9471
--- /dev/null
+++ b/nfsw/templates/nfsw.html
@@ -0,0 +1,16 @@
+{% extends 'base.html' %}
+
+{% block title %}NFSW{% endblock %}
+
+{% block content %}
+<div class="nfsw-block">
+ <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>
+{% endblock %}