summaryrefslogtreecommitdiff
path: root/docroot/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'docroot/index.html')
-rwxr-xr-xdocroot/index.html45
1 files changed, 45 insertions, 0 deletions
diff --git a/docroot/index.html b/docroot/index.html
new file mode 100755
index 0000000..d14eedc
--- /dev/null
+++ b/docroot/index.html
@@ -0,0 +1,45 @@
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 - Index 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>Material Experience</title>
12 <style type="text/css">@import url('application.css');</style>
13 </head>
14
15 <body>
16 <img src="blank.gif" alt="Loading" style="display: none" />
17
18 <div id="header">
19 <a href="#tablehome"><img id="logo" src="images/logo.gif" alt="Material Experience Logo" title="Material Experience Logo" /></a>
20 <img src="images/tagline.png" id="tagline" alt="An ExxonMobil Chemical Initiative" title="An ExxonMobil Chemical Initiative" />
21 <div class="history" style="display: none;">
22 <a id="loginLink" href="#">Log In/Register</a> |
23 <a href="#" class="history">My Card History</a>
24 </div>
25 </div>
26
27 <noscript>It would appear that your browser does not have Javascript support. You will need to enable Javascript or upgrade your browser in order to view this site.</noscript>
28 <div style="display: none">It would appear that your browser doesn't have CSS support. You will need to enable CSS or upgrade your browser in order to view this site.</div>
29
30 <ul id="history"></ul>
31
32 <div id="footer">
33 <p id="version"></p>
34 <p id="copyright">
35 &copy; #### Advanced Elastomer Systems, LP, an ExxonMobil Chemical affiliate.
36 <a href="http://www.santoprene.com/Privacy" target="_blank">Privacy</a>,
37 <a href="http://www.santoprene.com/Terms" target="_blank">Terms</a> and
38 <a href="http://www.santoprene.com/Legal" target="_blank">Legal</a>
39 </p>
40 </div>
41 <a href="http://www.santoprene.com/cms/designer_seo/d79655481a900999/index.html" style="display: none">Search Engine Version</a>
42
43 <script type="text/javascript" src="application.js"></script>
44 </body>
45</html>