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

48 lines
1.7 KiB
HTML

<!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" />
<link rel="stylesheet" type="text/css" href="./style/help.css" />
<link rel="stylesheet" type="text/css" href="./style/menu.css" />
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.5.2/jquery.min.js"></script>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
</head>
<body id="community">
<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="menu round">
<ul>
<li><a href="./me.html">Me</a></li>
<li><a href="./staff.html">Staff</a></li>
<li><a href="./help.html">Help</a></li>
<li class="signout"><a href="./signout.html">Logout</a></li>
</ul>
</div>
<div class="left page round">
<img src="./images/frank_help.gif" alt="Can I help! O.o" style="float: right" />
<h3>Help</h3>
<p>If you want that we help you. Please fill the box below your question. We will answer that within 5 work day's.</p>
<form action="./submit.php" method="post">
<textarea name="question" rows="4" cols="30"></textarea>
<input type="submit" name="submit" value="Send question" class="button round" />
</form>
</div>
<div class="clear"></div>
</div>
<div class="center copyright">
&copy; PEjump & Joopie. 2011. All right reseverd.
</div>
</body>
</html>