Файл: rusalc2/vstre2.php
Строк: 27
<?
include 'inc/mysql.php';
include 'inc/check.php';
include ("inc/head.php");
if(isset($_SESSION['auth']) && $_SESSION['auth']==1){
}
echo'<div class="menudiv">Введение</div>';
echo "<div class='paddingstext'><center>Схватка была очень быстрой но тяжелой,<br>Обыскав врага вы нашли у него 100 серебра ! </center></div>";
echo "<div class='content'><center><img src='/eee/img/zombi.png'></center></div>";
echo "<center><img src='/img/health.gif'> 0 | <img src='/img/strength.gif'> 0 | <img src='/img/defense.gif'> 0</center><br/></a>";
echo '<div class="paddings4">';
echo "<center><a class='button' href='/vstre3.php'>Продвигаться дальше</a></center><br/></div>";
include 'inc/nogi.php';
?>