From e21a860b4b3644f26499de16dfa030cad7831ccf Mon Sep 17 00:00:00 2001 From: rsiddharth Date: Fri, 13 Sep 2019 22:19:40 -0400 Subject: Add nfsw/templates/exit.html. --- nfsw/templates/exit.html | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 nfsw/templates/exit.html (limited to 'nfsw') diff --git a/nfsw/templates/exit.html b/nfsw/templates/exit.html new file mode 100644 index 0000000..541a371 --- /dev/null +++ b/nfsw/templates/exit.html @@ -0,0 +1,30 @@ +{% extends 'base.html' %} + +{% block title %}Terms{% endblock %} + +{% block content %} +
+
+
+

+
+
+ +
+

The nasty terms and conditions

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