summaryrefslogtreecommitdiff
path: root/docroot/logged_out.html
blob: 8ae997a15df558ae50319677a4022a9806bd2277 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<!--
 * Material Experience - Logged Out Page
 * 
 * EYEMG - Interactive Media Group
 * Created by Mike Crute (mcrute@eyemg.com)
 * Updated by Mike Crute (mcrute@eyemg.com) on 9/26/07
-->
	<head>
		<title>Logged Out - Material Experience</title>
		<meta http-equiv="content-type" content="text/html;charset=utf-8" />
		<style type="text/css">@import url('/application.css');</style>
	</head>

	<body style="text-align: center">
		
		<img src="/images/logo.gif" alt="Material Experience Logo" style="margin-top:40px;" />
		<h1>Logged Out</h1>
		<p>
			You have been logged out of the Material Experience site.<br />
			You can <a href="http://materialexperience.santoprene.com">click
			here to go back to 
			Material Experience</a>.
		</p>
	</body>
</html>