-
-
Notifications
You must be signed in to change notification settings - Fork 21
/
index.html
40 lines (37 loc) · 1.32 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
39
40
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<script src="docs/js/jquery.js"></script>
<!--Include all doc JS files to avoid loading them as modules. This avoids CORS errors when viewing on a non-server local machine.-->
<script src="docs/js/loaders/base_loader.js"></script>
<script src="docs/js/loaders/method.js"></script>
<script src="docs/js/loaders/object.js"></script>
<script src="docs/js/loaders/namespace.js"></script>
<script src="docs/js/doc.js"></script>
<script src="docs/js/data.js"></script>
<link rel="stylesheet" href="docs/css/doc.css">
<title id="doc-title"></title>
</head>
<body id="main-body">
<div class="sec-main">
<div class="sec-index scrollable">
<table>
<tr>
<td>
<a href="https://github.com/Syncaidius/MoltenEngine/"><img src="docs/img/logo_light_transparent.png" class="logo"></a>
</td>
</tr>
<tr>
<td><p id="doc-intro"></p></td>
</tr>
<tr>
<td id="doc-index"></td>
</tr>
</table>
</div>
<div id="main-page" class="sec-page">
</div>
</div>
</body>
</html>