blob: e094956dc576c066255635e826781e937dbb5bbf (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
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>
|