-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathterms.html
More file actions
55 lines (47 loc) · 2.16 KB
/
terms.html
File metadata and controls
55 lines (47 loc) · 2.16 KB
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Terms of Service | Invitation Homes</title>
<link rel="stylesheet" href="styles/main.css">
</head>
<body>
<header class="main-header">
<div class="header-container">
<div class="logo"><a href="index.html"><img src="assets/images/Logo.svg" alt="Invitation Homes Logo"></a>
</div>
<nav class="main-nav">
<ul>
<li><button>Find your home</button></li>
<li><button>Our difference</button></li>
<li><button>Resources</button></li>
<li><button>About</button></li>
</ul>
</nav>
</div>
</header>
<main>
<section class="generic-content" style="margin-top: 60px;">
<h1>Terms of Service</h1>
<p><strong>Last Updated: January 1, 2026</strong></p>
<p>Welcome to Invitation Homes. By accessing our website or using our services, you agree to be bound by
these Terms of Service.</p>
<h2>1. Use of Site</h2>
<p>You may use our site only for lawful purposes and in accordance with these Terms. You agree not to use
the site in any way that violates any applicable federal, state, or local law.</p>
<h2>2. User Accounts</h2>
<p>To access certain features, you may be required to create an account. You are responsible for maintaining
the confidentiality of your account credentials.</p>
<h2>3. Intellectual Property</h2>
<p>The content, features, and functionality of this site are owned by Invitation Homes and are protected by
United States and international copyright, trademark, and other intellectual property laws.</p>
</section>
</main>
<footer class="main-footer">
<div class="footer-container">
<p>© 2026 Invitation Homes. All rights reserved.</p>
</div>
</footer>
</body>
</html>