-
Notifications
You must be signed in to change notification settings - Fork 260
/
reference.html
52 lines (45 loc) · 1.61 KB
/
reference.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
<!doctype html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv="X-UA-Compatible" content="chrome=1" />
<meta name="viewport" content="width=device-width">
<title>Flatdoc</title>
<!-- Flatdoc -->
<script src='support/vendor/jquery.js'></script>
<script src='legacy.js'></script>
<script src='flatdoc.js'></script>
<!-- Flatdoc theme -->
<link href='theme-white/style.css' rel='stylesheet'>
<script src='theme-white/script.js'></script>
<link href='support/theme.css' rel='stylesheet'>
<!-- Initializer -->
<script>
Flatdoc.run({
fetcher: Flatdoc.file('Reference.md')
});
</script>
</head>
<body role='flatdoc'>
<div class='header'>
<div class='left'>
<h1><a href='.'>Flatdoc</a></h1>
<ul>
<li><a href='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/rstacruz/flatdoc'>View on Github</a></li>
<li><a href='https://github.com/rstacruz/flatdoc/issues'>Issues</a></li>
<li><a href='reference.html'>API reference</a></li>
</ul>
</div>
<div class='right'>
<iframe src="https://ghbtns.com/github-btn.html?user=rstacruz&type=follow&count=true" allowtransparency="true" frameborder="0" scrolling="0" width="170" height="20"></iframe>
<iframe src="https://ghbtns.com/github-btn.html?user=rstacruz&repo=flatdoc&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>
<div role='flatdoc-content' class='content'></div>
</div>
</body>
</html>