diff options
author | jeff <jeff> | 2010-01-08 18:55:25 +0000 |
---|---|---|
committer | jeff <jeff> | 2010-01-08 18:55:25 +0000 |
commit | 1d949e607ebd3f1b9dffe3a3f4d726cb560e645c (patch) | |
tree | 24d4a3aa05de77061a5ad014dd5a3ab7ac049e27 | |
parent | 43e42a04ae37ca7a84c05d9ff8b94d9f8cde6dcf (diff) |
this is part of the logout link too! (RT 1330 & 5518)
-rw-r--r-- | httemplate/loginout/logout.html | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/httemplate/loginout/logout.html b/httemplate/loginout/logout.html new file mode 100644 index 000000000..130cf662a --- /dev/null +++ b/httemplate/loginout/logout.html @@ -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> |