summaryrefslogtreecommitdiffstats
path: root/nfsw/templates
diff options
context:
space:
mode:
authorrsiddharth <s@ricketyspace.net>2019-09-13 22:18:54 -0400
committerrsiddharth <s@ricketyspace.net>2019-09-13 22:18:54 -0400
commit2518c493bd59430ab4c233e2ea7ea835565d7ba8 (patch)
treef1c09ae232d19a52b30c107880dc88eb8a083c7d /nfsw/templates
parent5db2ab0bafcc1b0a1e4d7024810a8890fb1b99e4 (diff)
Add nfsw/templates/nfsw.html
Diffstat (limited to 'nfsw/templates')
-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 %}