adding login redirection page
authorChris Sharp <csharp@georgialibraries.org>
Tue, 5 Jan 2016 20:13:12 +0000 (15:13 -0500)
committerChris Sharp <csharp@georgialibraries.org>
Sat, 19 Nov 2022 19:49:20 +0000 (14:49 -0500)
Open-ILS/web/login/index.html [new file with mode: 0644]

diff --git a/Open-ILS/web/login/index.html b/Open-ILS/web/login/index.html
new file mode 100644 (file)
index 0000000..5c0309b
--- /dev/null
@@ -0,0 +1,14 @@
+<!DOCTYPE HTML>
+<html lang="en-US">
+    <head>
+        <meta charset="UTF-8">
+        <meta http-equiv="refresh" content="1;url=/eg/opac/myopac/main">
+        <script type="text/javascript">
+            window.location.href = "/eg/opac/myopac/main"
+        </script>
+        <title>Login</title>
+    </head>
+    <body>
+        <p>If you are not redirected automatically, follow the <a  href='/eg/opac/myopac/main'>link to the login page</a>.</p>
+    </body>
+</html>