Файл: rusalc2/vstre12.php
Строк: 23
<?
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><b>Попрощавшись с незнакомцем вы начали изучать игру. Изучив карту вы нашли верный путь в земли титанов<br/></center></div>";
echo "<div class='content'><center><img src='/img/203.png'></center></div>";
echo '<div class="paddings4">';
echo "<br><center><a class='button' href='/home.php'>Завершить поход</a></center></div><br/>";
include 'inc/nogi.php';
?>