aboutsummaryrefslogtreecommitdiff
path: root/privacy.html
diff options
context:
space:
mode:
authorarf20 <aruizfernandez05@gmail.com>2024-04-10 17:15:21 +0200
committerarf20 <aruizfernandez05@gmail.com>2024-04-10 17:15:21 +0200
commit32f2aeed68a8c4ac92ec294afde7e00f78050db9 (patch)
tree2ed9d6e73370547655147851864f455cd25bcebc /privacy.html
parentf43851f03b2f40f55c6b125afa6ea0c5cf3bfd4d (diff)
downloadarfnet2-cstims-32f2aeed68a8c4ac92ec294afde7e00f78050db9.tar.gz
arfnet2-cstims-32f2aeed68a8c4ac92ec294afde7e00f78050db9.zip
Added Privacy Policy and ToS
Diffstat (limited to 'privacy.html')
-rw-r--r--privacy.html46
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