forked from bhoreal/docs.bhoreal.com
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
88 lines (70 loc) · 2.78 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
<!doctype html>
<!--
Instructions:
- Save this file.
- Replace "USER" with your GitHub username.
- Replace "REPO" with your GitHub repo name.
- Replace "Your Project" with your project name.
- Upload this file (or commit to GitHub Pages).
Customize as you see fit!
-->
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width">
<title>BHOREAL Docs</title>
<!-- Flatdoc -->
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
<script src='http://rstacruz.github.io/flatdoc/v/0.8.0/legacy.js'></script>
<script src='assets/flatdoc-mod.js'></script>
<!-- Sammy.js for routing -->
<script src="assets/sammy-0.7.4.min.js"></script>
<!-- Favicon
<link href="assets/favicon.ico" type="image/x-icon" rel="icon">
<link href="assets/favicon.ico" type="image/x-icon" rel="shortcut icon">
-->
<!-- Flatdoc theme -->
<link href='http://rstacruz.github.io/flatdoc/v/0.8.0/theme-white/style.css' rel='stylesheet'>
<script src='assets/theme-white.js'></script>
<!-- FlatDoc addons by Spark -->
<link href='assets/style.css' rel='stylesheet'>
<!-- Meta -->
<meta content="BHOREAL Docs" property="og:title">
<meta content="BHOREAL Platform Documentation" name="description">
<meta property="og:image" content="">
<!-- Initializer -->
<script>
Flatdoc.run({
fetcher: Flatdoc.github('docs/start.md')
});
</script>
</head>
<body role='flatdoc'>
<div id="docs">
<!--<div class='header'>
<div class='left'>
<a href="https://docs.bhoreal.com">
<img src="assets/logo194x30.jpg" id="" alt="logo bhoreal">
</a>
</div>
<div class='right'>
<iframe src="http://ghbtns.com/github-btn.html?user=bhoreal&repo=docs.bhoreal.com&type=watch&count=true" allowtransparency="true" frameborder="0" scrolling="0" width="110" height="20"></iframe>
</div>
</div>-->
<div class='content-root'>
<div class='menubar'>
<div class='menu section' role='flatdoc-menu'></div>
<div class='credits section'>
<p>This documentation is proudly based in <a href="http://ricostacruz.com/flatdoc/">FlatDoc</a> an amazing documentation template engine. Some template features are based on the Spark project documentation by <a href="https://www.spark.io/">Spark Labs, Inc.</a> All the documentation is release as <a href="http://creativecommons.org/licenses/by-sa/3.0/us/">Creative Commons Attribution-ShareAlike 3.0 license</a></p>
</div>
</div>
<div role='flatdoc-content' class='content'></div>
</div>
<div id="markdown" style="display:none;">
</div>
</div>
<!-- Custom -->
<script src='assets/main.js'></script>
</body>
</html>