summaryrefslogtreecommitdiffstats
path: root/nfsw/templates
diff options
context:
space:
mode:
authorrsiddharth <s@ricketyspace.net>2019-10-21 20:29:36 -0400
committerrsiddharth <s@ricketyspace.net>2019-10-21 20:29:36 -0400
commit088fad7d86bc7deb3e44e293353b082793775aa7 (patch)
tree8208bbbd7dc51c78cdfcd82d31c2f9e0487a0f9c /nfsw/templates
parent9df63e5b8f2fd64a2f111d40c34b3d4c2c91bfaa (diff)
nfsw/templates/terms.html: Fix formatting.
Diffstat (limited to 'nfsw/templates')
-rw-r--r--nfsw/templates/terms.html46
1 files changed, 31 insertions, 15 deletions
diff --git a/nfsw/templates/terms.html b/nfsw/templates/terms.html
index db4cb7f..0bb4541 100644
--- a/nfsw/templates/terms.html
+++ b/nfsw/templates/terms.html
@@ -2,10 +2,13 @@
{% block title %}Terms{% endblock %}
-{% block content %} <div class="terms-block"> <div class="msg-block">
-<div class="msg"> <p></p> </div> </div>
+{% block content %}
- <div class="terms"> <header> <h1>Terms &amp; Conditions</h1>
+<div class="terms-block">
+
+ <div class="terms">
+ <header>
+ <h1>Terms &amp; Conditions</h1>
</header>
<p>NFSW will expose you to content that may be considered
@@ -16,9 +19,13 @@
any general, special, psychological, incidental or
consequential damages arising out of playing NFSW,
even if the holder has been advised or is aware of the
- possibility of such damages.</p> </div>
+ possibility of such damages.</p>
+ </div>
- <div class="privacy"> <header> <h1>Privacy Policy</h1> </header>
+ <div class="privacy">
+ <header>
+ <h1>Privacy Policy</h1>
+ </header>
<p>All your interactions with NFSW game or your "game state"
will be stashed in a temprorary cache.</p>
@@ -31,17 +38,26 @@
<p>The game server might also log your IP address
automatically each time you communicate with it. Access
logs will be purged on the same day the server gets
- obliterated.
- </p>
+ obliterated.</p>
<p>Lastly, remember that you're on the Internet where Privacy
- is not a first class citizen. Tread with caution.</p>
+ is not a first class citizen. Tread with caution.</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 to the Terms &amp; Conditions
- and the Privacy Policy. </label> </div>
-
- <div class="button-group"> <input type="submit"
- value="Submit"> </div> </form> </div> {% endblock %}
+ <form class="agree" method="post">
+ <div class="form-group agree">
+ <label for="agree">
+ <input type="checkbox" name="agree"
+ class="agree" value="1">
+ I agree to the Terms &amp; Conditions and the Privacy
+ Policy.
+ </label>
+ </div>
+
+ <div class="button-group">
+ <input type="submit" value="Submit">
+ </div>
+ </form>
+</div>
+
+{% endblock %}