-
Notifications
You must be signed in to change notification settings - Fork 99
/
Copy pathservice.php
17 lines (16 loc) · 977 Bytes
/
service.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?php include("top.php");?>
<?php include("nav.php");?>
<h2>Terms of Service</h2>
<p>This is a highly reliable scalable and secure cloud-based service, but outages may occur. But since there are no fees for this service, there is no formal service level agreement for this service. If you are having issues with the performance or reliability of this site, please contact us.</p>
<p>This site cares greatly about protecting the anyone who uses these servers. Please review our
<a href="privacy">Privacy Policy</a> for more details.
</p>
<p><strong>Notifications</strong> </p>
<p>In order to be in line with Fair Information Practices we will take the following responsive action, should a data breach occur: We will notify you via email</p>
<pre><code>C Programming for Everybody (cc4e.com)
c/o Learning Experiences (learnxp.com)
2190 Aurelius Rd. Unit 175
Holt MI 48842-9998
United States</code></pre>
<p>Last edited: 07-Jul-2021</p>
<?php include("footer.php"); ?>