this is part of the logout link too! (RT 1330 & 5518)
[freeside.git] / httemplate / loginout / logout.html
diff --git a/httemplate/loginout/logout.html b/httemplate/loginout/logout.html
new file mode 100644 (file)
index 0000000..130cf66
--- /dev/null
@@ -0,0 +1,18 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<HTML>
+  <HEAD>
+    <TITLE>
+      <% "Logout page" %>
+    </TITLE>
+  </HEAD>
+  <BODY>
+    <BR><BR>
+    <CENTER>
+      You have logged out.
+    </CENTER>
+    <BR><BR>
+    <CENTER>
+      Return to <a href="..">freeside</a>
+    </CENTER>
+  </BODY>
+</HTML>