-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathindex.html
31 lines (29 loc) · 1.62 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
<!doctype html>
<html>
<head>
<title>HyLAR docs</title>
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.11.0/styles/default.min.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-alpha.6/css/bootstrap.min.css" integrity="sha384-rwoIResjU2yc3z8GV/NPeZWAv56rSmLldC3R/AZzGRnGxQQKnKkoFVhFQhNUwEyJ" crossorigin="anonymous">
<link rel="stylesheet" href="github-pages/main.css">
</head>
<body>
<nav id="navbar" class="navbar navbar-toggleable-md bg-faded fixed-top navbar-light"></nav>
<div class="container-fluid">
<div class="row">
<nav id="tree" class="col-sm-3 col-md-2 hidden-xs-down bg-faded sidebar"></nav>
<main id="main" class="col-sm-9 offset-sm-3 col-md-10 offset-md-2 pt-3"></main>
</div>
</body>
<script src="https://code.jquery.com/jquery-3.2.1.min.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.11.0/highlight.min.js"></script>
<script src="github-pages/display.js"></script>
<script src="https://cdn.rawgit.com/showdownjs/showdown/1.6.4/dist/showdown.min.js"></script>
<script src="hylar-client.js"></script>
<script type="application/javascript">
displayPage('navbar', 'nav.html');
displayPage('tree', 'menu.html');
displayPage('main', 'content.html');
</script>
<script src="https://npmcdn.com/[email protected]/dist/js/tether.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-alpha.6/js/bootstrap.min.js" integrity="sha384-vBWWzlZJ8ea9aCX4pEW3rVHjgjt7zpkNpZk+02D9phzyeVkE+jo0ieGizqPLForn" crossorigin="anonymous"></script>
</html>