diff client/digitallibrary/digilib.html @ 20:d407cb901df4

Initial revision
author robcast
date Thu, 17 Jan 2002 15:29:55 +0100
parents
children 1e80635e3f8c
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/client/digitallibrary/digilib.html	Thu Jan 17 15:29:55 2002 +0100
@@ -0,0 +1,25 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
+<html>
+<head>
+<title>Digital Library Redirect</title>
+</head>
+
+<script LANGUAGE="JavaScript">
+
+<!-- Beginning of JavaScript --------
+
+this.location = "http://"+location.host+"/docuserver/digitallibrary/digilib.jsp"+location.search;
+
+// -- End of JavaScript code -------------- -->
+
+</SCRIPT>
+<body>
+<h1>Digital Library Redirect</h1>
+
+<p>You should automatically be redirected to the Digital Library page.</p>
+
+<p>If this doesn't happen please <a href="digilib.jsp">click here</a>.</p>
+
+<hr>
+<address>robert.casties@philo.unibe.ch</address>
+</body> </html>