-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtnc.html
More file actions
21 lines (18 loc) · 787 Bytes
/
tnc.html
File metadata and controls
21 lines (18 loc) · 787 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<b>WARNING: You have 2 minutes to agree to the Terms and Conditions or you will be logged out</b>
<p>
This is where the terms and conditions go.
</p>
<p>
These should be displayed to the user when they log in. They will have 2 options "yes" and "no". If they pick "yes", session will be kept alive and they will be able to do what they want for a period of 30 mins. If they chose "no" the session will be automatically terminated.
</p>
<p>
The T&Cs need to place a number of conditions on the user:
<ul>
<li>They should be at least 16 or monitored by a responsible adult.</li>
<li>They must agree to their web access being logged.</li>
<li>They must agree to the internet access being filtered.</li>
</ul>
</p>
<p>
It mignt be worth acknowedging who made the resource possible.
</p>