<?php
<link rel="stylesheet" href="design/css.css">
<title>Demon Hunter</title>
<div class="top">Demon Hunter</div><html>
<head><meta http-equiv="content-type" content="application/xhtml+xml; charset=utf-8"/></head>
<body>
<div class="menu">
<center>
<img src="img/logo.png"></br>
Мир где тьма покорила земли Аскада,нуждаеться
в новых охотниках которые готовы сражаться на стороне света!</br>
<a href="reg.php"><img src="img/start.png"></a></br>
<form action="indeks.php" method="POST">
Введите Логин:<br />
<input name="login" id="login" type="text" placeholder="Ваш ник" /><br />
Введите Пароль:<br />
<input name="pass" id="password" type="password" placeholder="Ваш пароль" /><br />
<input type="submit" name="save" value="Войти">
</form>
</div>
<div class="li"><a href="rule.php">• Правила</a></div>
</center>
</body>
<div class="bot"><center></center></div></br><small><center>© elbit 2016</center></small>
?>