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

Last change on this file since 3494 was 3494, checked in by kjdon, 22 years ago

library2 changed to library1

  • 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/nzdl2gr.gif" width=457 height=181 alt="The New Zealand Digital Library"></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<h1>GREENSTONE VERSION 3</h1>
33
34<p>Hello! <em>Welcome</em> to GSDL3.</p>
35
36<p>What do you want to do today?</p>
37
38<table>
39 <tr><td><a href="testing">Run</a> the test servlet</td></tr>
40 <tr><td><a href="library">Run</a> the library servlet - localsite</td></tr>
41 <tr><td><a href="library1">Run</a> the library servlet - site1</td></tr>
42</table>
43</center>
44</body>
45</html>
Note: See TracBrowser for help on using the repository browser.