Files
Archive/kepler/tools/www-tpl/default/signout.html

28 lines
960 B
HTML
Raw Normal View History

2025-12-09 06:52:43 +00:00
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Layout</title>
<link rel="stylesheet" type="text/css" href="./style/global.css" />
<link rel="stylesheet" type="text/css" href="./style/button.css" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
</head>
<body>
<div class="center content round">
<div class="head">
<img src="./images/logo.png" alt="Logo" />
<div class="online"><b>0</b> Habbo's online now!</div>
</div>
<div class="center">
<div class="message green round">
You have successfully singed out
</div>
<input type="button" class="button round" value="Ok" onclick="javascript:location='./index.html';" />
</div>
</div>
<div class="center copyright">
&copy; PEjump & Joopie. 2011. All right reseverd.
</div>
</body>
</html>