diff options
Diffstat (limited to 'privacy.html')
-rw-r--r-- | privacy.html | 46 |
1 files changed, 46 insertions, 0 deletions
diff --git a/privacy.html b/privacy.html new file mode 100644 index 0000000..e094956 --- /dev/null +++ b/privacy.html @@ -0,0 +1,46 @@ +<!doctype html> +<html> + <head> + <meta charset="UTF-8"> + <link rel="stylesheet" type="text/css" href="/style.css"> + <title>ARFNET CSTIMS</title> + </head> + <body> + <header><a href="https://arf20.com/"> + <img src="arfnet_logo.png" width="64"><span class="title"><strong>ARFNET</strong></span> + </a></header> + <hr> + <main> + <div class="row"> + <div class="col8"> + <h2 class="center">ARFNET Client Service Ticket and Invoice Management System</h2> + <p>State of the art hosting solution with ultra personalised service</p> + <h3>Privacy Policy</h3> + <h4>Collection of information</h4> + <p> + We collect the following mandatory information on registration: + <ul> + <li>email address</li> + <li>registration date</li> + </ul> + And on usage: + <ul> + <li>web server logs (no tracking)</li> + </ul> + </p> + <h4>Use of information</h4> + <p> + We use the aforementioned information to contact you and offer you the services. + </p> + <h4>Cookies</h4> + <p> + The only cookie used in the system is the PHP SESSIONID. Apparently this is not subject to any data protection law. + </p> + </div> + <div class="col2"> + <h3><a href="/login.php">Back</h2> + </div> + </div> + </main> + </body> +</html>
\ No newline at end of file |