TimeCapsule/ogame/skinema/bye.html
2023-07-31 23:24:14 +02:00

26 lines
957 B
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<title>Logout</title>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
<link rel="stylesheet" type="text/css" href="../formate.css">
<script src="js/star.js" type="text/javascript"></script>
<SCRIPT LANGUAGE="JavaScript" type="text/javascript">
function redirige() {
parent.location="http://www.spaccon.net";
}
var id=setTimeout("redirige();",3000);
</SCRIPT>
<body>
<center><br /><br /><br /><br /><br /><br /><br />
<table width="50%">
<tr>
<th class="c" width="50%">Fermeture de session</th>
</tr>
<tr>
<th class="c" width="50%">Votre session est désormais détruite.<br />Vous allez être redirigé sous peu vers Space Conquerors.<br />
</tr>
</table>
<br /><br /><br /><a href="http://www.spaccon.net/"><img alt="" src="http://img82.imageshack.us/img82/8499/sanstitre6om9.gif"></a><br/ >
</center>
</body>
</html>