-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Cvspm Cvs Librarian
committed
Oct 3, 2006
0 parents
commit 3fe168f
Showing
2 changed files
with
23 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
<! Template File - Modify as required.> | ||
<! Use as an index to other html documents> | ||
<! References to local pages should be relative to this directory> | ||
<! This makes it easy for both users of the web project space and> | ||
<! any others who might simply look at html files directly in the source code.> | ||
<! e.g. href=page1.html or href=mysubdir/page2.html > | ||
<html> | ||
<body> | ||
This Text Inserted from File doc/html/index.html | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
<! Template File - Modify as required.> | ||
<! Use as a brief project description that appears on your main page> | ||
<! Links are not encouraged from this section - use index.html for this> | ||
This Text Inserted from File doc/html/overview.html | ||
<table border=0 width=100%> | ||
<tr> | ||
<td align=center><b>Status :</b></td> | ||
<td align=center> | ||
Unknown | ||
</td> | ||
</tr> | ||
</table> |