forked from kabirkukreti/orgitdown
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathtest.html
More file actions
21 lines (19 loc) · 662 Bytes
/
test.html
File metadata and controls
21 lines (19 loc) · 662 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<html>
<head>
<title>orgitdown</title>
<link rel="stylesheet" type="text/css" href="orgitdown/skins/orgitdown/style.css" />
<link rel="stylesheet" type="text/css" href="orgitdown/sets/org/style.css" />
<script type="text/javascript" src="http://code.jquery.com/jquery-1.7.2.min.js"></script>
<script type="text/javascript" src="orgitdown/jquery.orgitdown.js"></script>
<script type="text/javascript" src="orgitdown/sets/org/set.js"></script>
<script type="text/javascript" >
$(document).ready(function() {
$("#orgitdown").orgitdown(mySettings);
});
</script>
</head>
<body>
<h1>Orgitdown</h1>
<textarea id="orgitdown"></textarea>
</body>
</html>