source: trunk/gsdl3/web/index.html@ 4196

Last change on this file since 4196 was 4196, checked in by kjdon, 21 years ago

small changes

  • Property svn:keywords set to Author Date Id Revision
File size: 1.1 KB
Line 
1<html>
2
3<head>
4<meta http-equiv="Content-Type"
5content="text/html; charset=iso-8859-1">
6<title>Greenstone Version 3</title>
7</head>
8
9<body bgcolor="#ffffff" text="#000000" link="#006666"
10 alink="#cc9900" vlink="#666633"background="/gsdl3/interfaces/default/images/chalk.gif">
11
12<!-- page banner (_style:pagebanner_) -->
13<center>
14<table width=537 cellspacing=0 cellpadding=0>
15 <tr valign=top>
16 <td rowspan=2 align=left><center><img src="/gsdl3/interfaces/default/images/gsdlhead.gif" width=300 height=100 alt="Greenstone Digital Library Software"></center></td>
17 <td align=right></td>
18 </tr>
19
20 <tr>
21 <td align=right></td>
22 </tr>
23
24 <tr>
25 <td colspan=2></td>
26 </tr>
27</table>
28</center>
29<!-- end of page banner -->
30
31<center>
32
33<h3><p>Hello! <em>Welcome</em> to Greenstone3.</p></h3>
34
35<p>What do you want to do today?</p>
36
37<table>
38 <tr><td><a href="testing">Run</a> the test servlet</td></tr>
39 <tr><td><a href="library">Run</a> the library servlet - localsite</td></tr>
40 <tr><td><a href="library1">Run</a> the library servlet - site1</td></tr>
41</table>
42</center>
43</body>
44</html>
Note: See TracBrowser for help on using the repository browser.