-
Notifications
You must be signed in to change notification settings - Fork 7
/
terms.html
48 lines (43 loc) · 2.44 KB
/
terms.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
39
40
41
42
43
44
45
46
47
48
<!doctype html>
<html class="no-js" lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>HOA db</title>
<meta name="keywords" content="homewowners association database hoa db" />
<meta name="description" content="This is the Homeowners Association database" />
<meta name="Author" content="John J Kauflin" />
<!-- Place favicon.ico in the root directory -->
<link rel="icon" href="favicon.ico?ver=1.002">
<!-- Bootstrap core CSS -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css"
integrity="sha384-TX8t27EcRE3e/ihU7zmQxVncDAy5uIKz4rEkgIXeMed4M0jlfIDPvg6uqKI2xXr2" crossorigin="anonymous">
<link href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet"
integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN" crossorigin="anonymous" />
</head>
<body>
<nav class="navbar navbar-expand-sm bg-dark navbar-dark">
<a class="navbar-brand m-0 mr-2 p-0" href="index.html"><img class="m-0 p-0" id="header-image"
src="images/logo-photo.jpg"></a>
<a class="navbar-brand" href="index.html">HOA DB v2.3</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#collapsibleNavbar">
<span class="navbar-toggler-icon"></span>
</button>
</nav>
<div class="container">
<h2>Terms of Service</h2>
<p>
The HOA DB is the administration web application for the Gander Road Homeowners Association. Users are expected
to abide by the posted rules of the GRHA, and only use this website for the good of the Association. Data
updates must be accurate and data should not be used for any purposes outside the administration of the HOA.
</p>
</div><!-- end of main container -->
<!-- Bootstrap core JavaScript
<script src="https://code.jquery.com/jquery-3.5.1.min.js"
integrity="sha256-9/aliU8dGd2tb6OSsuzixeV4y/faTqgFtohetphbbj0=" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
integrity="sha384-ho+j7jyWK8fNQe+A12Hb8AhRq26LrZ/JpcUGGOn+Y7RsweNrtN/tE3MoK7ZeZDyx"
crossorigin="anonymous"></script>
</body>
</html>