-
Notifications
You must be signed in to change notification settings - Fork 0
/
documentation.html
37 lines (36 loc) · 995 Bytes
/
documentation.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 http-equiv='content-type' content='text/html;charset=utf-8'>
<title>Jocco Doccumentation</title>
<link rel=stylesheet href="http://jashkenas.github.com/docco/resources/docco.css">
<link href="google-code-prettify/prettify.css" type="text/css" rel="stylesheet" />
<script type="text/javascript" src="google-code-prettify/prettify.js"></script>
</head>
<body onload="prettyPrint()">
<div id=container>
<div id=background></div>
<table cellspacing=0 cellpadding=0>
<thead>
<tr>
<th class=docs><h1>test</h1></th>
<th class=code></th>
</tr>
</thead>
<tbody>
<tr>
<td class="docs">
<div class="pilwrap">
<a class="pilcrow" href="#test_section_1">¶</a>
</div>
</td>
<td class="code">
<pre><code class='prettyprint'>//Test
</code></pre>
</td>
</tr>
</tbody>
</table>
</div>
</body>
</html>