This repository was archived by the owner on Nov 23, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathindex.html
54 lines (49 loc) · 1.91 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>devon4ng</title>
<script type="text/javascript" src="/bundle.js"></script>
<link rel="stylesheet" type="text/css" href="/css/main.css" />
<script type="text/javascript" src="/javascript/main.js"></script>
</head>
<body data-spy="scroll" data-target=".DEVON-SIDEBAR" data-offset="50">
<!-- NAVIGATION-->
<div class="fixed-top" style="pointer-events: none">
<!-- NAV BAR -->
<insertHtml url="/html/nav-menu" style="pointer-events: auto"></insertHtml>
<!-- SIDE BAR -->
<div class="row container-fluid DEVON m-0 px-0 " style="pointer-events: none">
<div class="col-12 col-md-3 m-0 p-0">
<insertHtml url="/devon4ng/sections/sidenav" style="pointer-events: auto"></insertHtml>
</div>
</div>
</div>
<!-- CONTENT -->
<div class="container-fluid DEVON DEVON-CONTAINER m-0 px-0">
<div class="d-none">
<br>
<br>
<br>
<br>
</div>
<div class="row m-0 p-0">
<!-- GHOST COLUMN-->
<div class="col-0 col-md-3 m-0 p-0">
</div>
<!-- CONTENT -->
<div class="col-12 col-md-9 m-0 p-0">
<insertHtml url="/devon4ng/sections/introduction"></insertHtml>
<insertHtml url="/devon4ng/sections/overview"></insertHtml>
<insertHtml url="/devon4ng/sections/getting-started"></insertHtml>
<insertHtml url="/devon4ng/sections/roadmap"></insertHtml>
</div>
</div>
</div>
<!-- FOOTER -->
<insertHtml url="/html/footer"></insertHtml>
</body>
</html>