-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
67 lines (62 loc) · 2.07 KB
/
index.html
File metadata and controls
67 lines (62 loc) · 2.07 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
56
57
58
59
60
61
62
63
64
65
66
67
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta
name="description"
content="The main page of the Real&Mate documentation web application."
/>
<meta
name="keywords"
content="real&mate, web application, documentation, main, document, real estate, business, management, estate"
/>
</head>
<body style="display: none">
<div id="container">
<theme-button></theme-button>
<div id="header-index"></div>
</div>
<main>
<div class="doc-list">
<div class="doc-list-item">
<a href="api-reference.html">API Reference</a>
</div>
<div class="doc-list-item">
<a href="glossary.html">Major Glossary</a>
</div>
<div class="doc-list-item">
<a href="style-guide.html">Style Guide</a>
</div>
<div class="doc-list-item">
<a href="brd.html">Business Requirements Document</a>
</div>
<div class="doc-list-item">
<a href="pricing.html">Pricing Plans</a>
</div>
</div>
<div id="w3c">
<a
href="https://jigsaw.w3.org/css-validator/validator?uri=https%3A%2F%2Fprimesolar.github.io%2Fdocs%2F&profile=css3svg&usermedium=all&warning=no&vextwarning=&lang=en"
target="_blank"
rel="noopener"
id="w3c-text"
>
Verified by World Wide Web Consortium:
</a>
<a
href="https://jigsaw.w3.org/css-validator/validator?uri=https%3A%2F%2Fprimesolar.github.io%2Fdocs%2F&profile=css3svg&usermedium=all&warning=no&vextwarning=&lang=en"
target="_blank"
rel="noopener"
id="w3c-img"
>
<img id="w3c-img" />
</a>
</div>
</main>
<div id="footerContainer"></div>
<script src="scripts/components-title-min.js"></script>
<script src="scripts/dark-theme-min.js"></script>
<script src="scripts/components-min.js"></script>
<script src="scripts/meta-tags-min.js"></script>
</body>
</html>