Simple redirect file so that patrons can go to http://gapines.org/myaccount
authorTerran McCanna <tmccanna@georgialibraries.org>
Mon, 4 Apr 2016 18:27:41 +0000 (14:27 -0400)
committerTerran McCanna <tmccanna@georgialibraries.org>
Mon, 4 Apr 2016 18:27:41 +0000 (14:27 -0400)
in order to get to http://gapines.org/eg/opac/login

Signed-off-by: Terran McCanna <tmccanna@georgialibraries.org>
Open-ILS/web/myaccount/index.html [new file with mode: 0644]

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