summaryrefslogtreecommitdiffstats
path: root/nfsw/templates
diff options
context:
space:
mode:
authorrsiddharth <s@ricketyspace.net>2019-10-20 20:12:55 -0400
committerrsiddharth <s@ricketyspace.net>2019-10-20 20:12:55 -0400
commitaa1de776693fdf1da50d8dd71c6e02d6688abc9c (patch)
tree4faca1be482672b52a7982cd90e690d391827491 /nfsw/templates
parentf830320f5cb308e70fc86a421f1c19fd2d109456 (diff)
nfsw/templates/terms.html: Flesh out terms and privacy policy.
Diffstat (limited to 'nfsw/templates')
-rw-r--r--nfsw/templates/terms.html33
1 files changed, 30 insertions, 3 deletions
diff --git a/nfsw/templates/terms.html b/nfsw/templates/terms.html
index 541a371..5e541e6 100644
--- a/nfsw/templates/terms.html
+++ b/nfsw/templates/terms.html
@@ -10,15 +10,42 @@
</div>
</div>
- <div class="meat">
- <p>The nasty terms and conditions</p>
+ <div class="terms">
+ <header>
+ <h1>Terms &amp; Conditions</h1>
+ </header>
+
+ <p>NFSW will expose you to content that may be considered
+ unpalatable, offensive, rude, crass, or unsophisticated.</p>
+
+ <p>In no event unless required by applicable law or agreed to
+ in writing will the copyright holder be liable to you for
+ damages, including any general, special, psychological,
+ incidental or consequential damages arising out of the
+ playing NFSW, even if the holder has been advised of the
+ possibility of such damages.</p>
+ </div>
+
+ <div class="privacy">
+ <header>
+ <h1>Privacy Policy</h1>
+ </header>
+
+ <p>All your interactions with NFSW game will be logged
+ indefinitely.</p>
+
+ <p>We may at our own discretion choose to completely purge the
+ data you've created/generated by virtue of playing the
+ game.</p>
+
</div>
<form class="agree" method="post">
<div class="form-group agree">
<label for="agree">
<input type="checkbox" name="agree" class="agree" value="1">
- I agree
+ I agree to the Terms &amp; Conditions and the Privacy
+ Policy.
</label>
</div>