-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
28 lines (21 loc) · 1015 Bytes
/
index.html
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
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
<title>Show in Big</title>
<meta name='viewport' content='width=device-width, initial-scale=1'>
</head>
<body>
<div className="content">
<h2>Last updated</h2>
<p>Terms and Conditions (Last updated 10/11/2021)</p>
<p>Privacy Policy (Last updated 10/11/2021)</p>
<h2>Terms & Conditions</h2>
<p>Your use of the Service is at your sole risk. The Service is provided on an "AS IS" and "AS AVAILABLE" basis. The Service is provided without warranties of any kind, whether express or implied.</p>
<p>We do not warrant that the Service will function uninterrupted, secure or available at any particular time or location or any errors or defects will be corrected</p>
<h2>Privacy Policy</h2>
<p>We will not collect, use or share your Personal Information or content generated by you with anyone.</p>
</div>
</body>
</html>