-
-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathindex.html
21 lines (20 loc) · 989 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head>
<title>Master Index</title></head>
<body>
<h1>Master Index</h1>
This is the index of the root level files. As the number of files gets
bigger, sub-folders will be created to contained major topic areas.
Each folder should have it's own index.html file to provide navigation.
Files marked with an asterisk below denot files that have not been
written yet.
<ul>
<li><a href="about-sakai.html">About Sakai</a></li>
<li><a href="sakaiger.html">Sakai Mascot</a></li>
<li><a href="get-sakai.html">Get Sakai</a></li>
<ul>
<li><a href="get-demo.html">Get the Sakai Demo</a></li>
<li><a href="get-source.html">Get Sakai From Sources</a></li>
</ul><li><a href="community.html">Community</a></li><ul><li><a href="adopt-sakai.html">Adopt</a></li><li><a href="contribute.html">Contribute</a></li><li><a href="sharing.html">Sharing</a></li><li><a href="support.html">Support</a></li></ul>
</ul>
</body></html>