-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
38 lines (38 loc) · 1.2 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
36
37
38
<!DOCTYPE html>
<html lang="en-US">
<head>
<meta charset="UTF-8">
<title>Project / Javadocs</title>
<link rel="stylesheet" type="text/css" href="index.css">
<script src="index.js"></script>
<script>index();</script>
</head>
<body>
<header>
<div class="page-alignment header-content">
<div id="header-text">
<h1><span class="bold">Project</span> / Javadocs</h1>
</div>
<nav>
<ul>
<li><a id="github-link" target="_blank">GitHub</a></li>
</ul>
</nav>
</div>
</header>
<div id="content" class="page-alignment">
<div id="error-display" class="hidden"></div>
<div id="loading-display">
<p>Loading...</p>
</div>
<div id="docs-list"></div>
<footer>
<div id="footer-bar"></div>
<div id="footer-content">
<p id="load-status">Loading...</p>
<p id="copyright"></p>
</div>
</footer>
</div>
</body>
</html>