summaryrefslogtreecommitdiff
path: root/docroot/logged_out.html
diff options
context:
space:
mode:
Diffstat (limited to 'docroot/logged_out.html')
-rwxr-xr-xdocroot/logged_out.html27
1 files changed, 27 insertions, 0 deletions
diff --git a/docroot/logged_out.html b/docroot/logged_out.html
new file mode 100755
index 0000000..8ae997a
--- /dev/null
+++ b/docroot/logged_out.html
@@ -0,0 +1,27 @@
1<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
2<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
3<!--
4 * Material Experience - Logged Out Page
5 *
6 * EYEMG - Interactive Media Group
7 * Created by Mike Crute (mcrute@eyemg.com)
8 * Updated by Mike Crute (mcrute@eyemg.com) on 9/26/07
9-->
10 <head>
11 <title>Logged Out - Material Experience</title>
12 <meta http-equiv="content-type" content="text/html;charset=utf-8" />
13 <style type="text/css">@import url('/application.css');</style>
14 </head>
15
16 <body style="text-align: center">
17
18 <img src="/images/logo.gif" alt="Material Experience Logo" style="margin-top:40px;" />
19 <h1>Logged Out</h1>
20 <p>
21 You have been logged out of the Material Experience site.<br />
22 You can <a href="http://materialexperience.santoprene.com">click
23 here to go back to
24 Material Experience</a>.
25 </p>
26 </body>
27</html> \ No newline at end of file