diff options
Diffstat (limited to 'views/tos.html')
| -rw-r--r-- | views/tos.html | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/views/tos.html b/views/tos.html new file mode 100644 index 0000000..28fe737 --- /dev/null +++ b/views/tos.html @@ -0,0 +1,38 @@ +{{template "header.html" "Terms of Service | Libremail"}} +{{template "navbar.html"}} +{{template "alert.html" .}} + +<div class="container"> + <div class="row"> + <div class="col-md-12"> + <h1>Terms of Service</h1> + <br> + <div class="well well-lg"> + <h2 id="conditions">Conditions to Use</h2> + <p> + <ul> + <li>no spam</li> + <li>no content illegal in Germany or France</li> + <li>no getting use abuse complaints</li> + <li>no sending fake abuse complaints.</li> + </ul> + We will comply all federal laws regarding online content hosting and will report any illegal activity to the relevant authorities. + <strong></strong> + </p> + <br> + <h2 id="delivery_problems">Delivery Problems</h2> + <p> + Mail delivery is difficult and depends on a large amount of circumstances. Sometimes things will go wrong and not everytime we are at fault. + <br> + If you have any problems, get in contact. + </p> + <br> + <h2 id="warranty">Warranty</h2> + <p> + THERE IS ABSOLUT NO WARRANTY IN ANY WAY, BE IT UPTIME, BACKUP OR ABUSE. THE USER IS RESPONSIBLE FOR HIS OWN DOING. + </p> + </div> + </div> + </div> +</div> +{{template "footer.html" .Language}} |
