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 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44
|
<html>
<head>
<META HTTP-EQUIV="Refresh" CONTENT="2; URL=index.xml">
<style>
body {
text-align: center;
}
.intro {
width: 100%;
font-size: 4em;
font-weight: bold;
text-align: center;
}
.message {
text-align: center;
}
</style>
</head>
<body>
<table width="100%" height="100%">
<tr>
<td class="intro">
<img id="logo" src="img/RubyFacets.png" align="middle">
</td>
</tr><tr>
<td class="message">
If this page doesn't connect you automatically<a href="index.html">Click Here</a>.
</td>
</tr>
</table>
<script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
</script>
<script type="text/javascript">
_uacct = "UA-2883355-2";
urchinTracker();
</script>
</body>
</html>
|