-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
34 lines (34 loc) · 1.08 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
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-type" content="text/html; charset=utf-8" />
<link rel="stylesheet" type="text/css"
href="google-code-prettify/prettify.css" />
<link rel="stylesheet" type="text/css"
href="docs.css" />
<title>Code Illuminated</title>
</head>
<body>
<div id="content">
<div id="overview" class="documentation" style="display: none;">
<h1>Code Illuminated</h1>
<p>The documentation for <em>Code Illuminated</em> itself.</p>
<ul>
<li>
<a href="#docs.js">docs.js</a>,
which is the file that contains the whole
of the <em>Code Illuminated</em> application.
</li>
</ul>
</div>
</div>
<script type="text/javascript"
src="jquery-1.7.2.js"></script>
<script type="text/javascript"
src="wikicreole.js"></script>
<script type="text/javascript"
src="google-code-prettify/prettify.js"></script>
<script type="text/javascript"
src="docs.js"></script>
</body>
</html>