-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathterms_of_use.php
33 lines (27 loc) · 1.02 KB
/
terms_of_use.php
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
<!DOCTYPE html>
<html lang="en">
<head>
<?php include 'includes/head_info.php'; ?>
<?php include 'includes/head_files.php'; ?>
<?php include 'includes/title.php'; ?>
<?php include 'includes/google_analytics.php'; ?>
</head>
<body>
<?php include 'includes/navbar.php'; ?>
<!-- Begin page content -->
<div class="container">
<div class="page-header">
<h1>Terms of Use</h1>
</div>
<p class="lead">
We take no responsibility for any outcomes, direct or indirect, that result from the use of our website or other
services provided by when2water, including but not
limited to online watering signals, email alerts, text message alerts, and mobile application-based watering signals.
By using this site or our mobile application(s), you agree to the polices stated herein, and you agree not to sue or take
legal action against when2water or any of its affiliates, agents, representatives, etc.
</p>
</div>
<?php include 'includes/footer.php'; ?>
<?php include 'includes/body_end_bootstrap.php'; ?>
</body>
</html>