-
Notifications
You must be signed in to change notification settings - Fork 0
/
demo.html
39 lines (31 loc) · 1.22 KB
/
demo.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<link rel="stylesheet" href="vendor/font-awesome-4.0.3/css/font-awesome.css"/>
<link rel="stylesheet" href="bundle/bundle.css"/>
<title>Notablemind | Demo</title>
</head>
<body>
<div id="example"></div>
<script src="vendor/marked.js"></script>
<script src="vendor/react.js"></script>
<script src="demo-data.js"></script>
<script src="bundle/bundle.js"></script>
<script>
Notablemind.demo(document.getElementById('example'), demoData)
</script>
<!--
<a href="https://github.com/jaredly/treed"><img style="position: absolute; top: 0; right: 0; border: 0;" src="https://s3.amazonaws.com/github/ribbons/forkme_right_red_aa0000.png" alt="Fork me on GitHub"></a>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new
Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-7002862-5', 'jaredly.github.io');
ga('send', 'pageview');
</script>
-->
</body>
</html>