From 2518c493bd59430ab4c233e2ea7ea835565d7ba8 Mon Sep 17 00:00:00 2001 From: rsiddharth Date: Fri, 13 Sep 2019 22:18:54 -0400 Subject: Add nfsw/templates/nfsw.html --- nfsw/templates/nfsw.html | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 nfsw/templates/nfsw.html 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 %} +
+
+

NFSW is Full of Slimy Warts!

+
+ +
+ Register + Login +
+
+{% endblock %} -- cgit v1.2.3