JezK
Edit File: tceng.html
<!DOCTYPE html> <html lang="en"> <head> <title>Terms and conditions</title> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css"> <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script> <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script> <style> body { font-family: "Helvetica Neue",Helvetica,Arial,sans-serif; font-size: 18px; line-height: 26px; color: #555; } ol { counter-reset: item; margin: 0 0 1.5em; padding: 0; > li { counter-increment: item; list-style-type: none; margin: 0; padding: 0 0 0 2rem; text-indent: -1.2rem; line-height: 26px; font-size:16px; &::before { content: counter(item) '.'; display: inline-block; font-weight: bold; padding-right: .5rem; text-align: right; width: 1.5rem; } } } </style> </head> <body> <div class="container"> <h2>Terms and conditions</h2> <p>By downloading or otherwise accessing the App you agree to be bound by the following terms and conditions</p> <ol> <li>The App is made available for your own, personal use. The App must not be used for any commercial purpose whatsoever or for any illegal or unauthorized purpose. When you use the App you must comply with applicable international laws, including the local laws in your country of residence (together referred to as “Applicable Laws”). <li>The copyright in all material contained on, in, or available through the App including all information, data, text, music, sound, photographs, graphics and video messages, the selection and arrangement thereof, and all source code, software compilations, and other material is owned by us. All rights are reserved. </li> <li>You must not use any part of the materials on the App for commercial purposes without obtaining a license to do so from us. You must not publish any Sexually explicit material, User-generated illicit content on our app. If any user is found spreading such content will be deleted from our app without any further notice. </li> <li>The App may contain links to Third Party Websites. We do not have any influence or control over any such Third Party Websites and, unless otherwise stated, is not responsible for and does not endorse any Third Party Websites or their availability or contents.</li> </li> </ol> <p> By accessing the services and using the services you confirm that you understand these services and that the terms will be legally binding.</p> <h2>Privacy Policies</h2> <ol> <li> Information that you provide by filling in the Registration form or any other private data is kept confidential and secure.</li> <li>This privacy policy may be updated from time to time for any reason. We will notify you of any changes to our privacy policy by posting the new privacy policy. </li> </ol> </div> </body> </html>