forked from Winnie7703/TechSysters
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout_terms&condition.html
38 lines (38 loc) · 1.79 KB
/
about_terms&condition.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
29
30
31
32
33
34
35
36
37
38
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Terms and Conditions</title>
<style>
body{
background-color: rgb(241, 244, 245);
padding: 0;
margin: 0 auto;
}
.agreement{
font-family: Arial, Helvetica, sans-serif;
font-size: large;
}
h2{
font-family: Verdana, Geneva, Tahoma, sans-serif;
text-align: center;
color: rgb(10, 126, 126);
}
</style>
</head>
<body>
<h2>Terms and Conditions</h2>
<p class="agreement">
Welcome to our website! Before using our website, please take a moment to review our terms and conditions. By using our website, you agree to abide by these terms and conditions.<br>
*We reserve the right to change our terms and conditions at any time.<br>
*We are not responsible for any errors or omissions on our website.<br>
*We are not liable for any damages that may occur as a result of using our website.<br>
*We may change, add, or remove content from the website at any time, without prior notice.<br>
*We own all intellectual property rights in the website and its content. You may not copy, reproduce, distribute, transmit, or otherwise use any part of the website or its content without our prior written consent.<br>
*These terms and conditions are governed by the laws of [insert your jurisdiction here].<br>
*We reserve the right to modify or replace these terms and conditions at any time.<br>
*If you have any questions about these terms and conditions, please contact us at <a href="index.html">stayheldy.com</a>. <br> We're always happy to help! Thank you for using our website!<br>
</p>
</body>
</html>