-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
35 lines (35 loc) · 1.01 KB
/
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
29
30
31
32
33
34
35
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>declaration of covenants conditions and restrictions for Whitewing Trails Homeowner's Association, Inc.</title>
<script
src="https://www.w3.org/Tools/respec/respec-w3c"
class="remove"
defer
></script>
<script class="remove">
// All config options at https://respec.org/docs/
var respecConfig = {
specStatus: "ED",
editors: [{ name: "Whitewing Trails", url: "https://whitewingtrailshoa.com/" }],
github: "some-org/mySpec",
shortName: "whitewing",
xref: "web-platform",
group: "my-working-group",
};
</script>
</head>
<body>
<section id="abstract">
<p>This is declaration of covenants conditions and restrictions</p>
</section>
<section id="sotd">
<p>Whitewing Trails Homeowner's Association, Inc</p>
</section>
<section
data-include="ARTICLE I DEFINITIONS"
data-include-format="text">
</section>
</body>
</html>