iframes war

This commit is contained in:
lopar 2018-03-24 02:36:49 +02:00
parent 79030cff3b
commit 04ee5c01f9
1 changed files with 2 additions and 2 deletions

View File

@ -223,8 +223,8 @@ if (!isset($_SESSION['uid'])) header("Location: index.php");
<a href="/moderators.php" title="Модераторы" target="main"><img src="http://placehold.it/32x32/33ff33?text=M"/></a>
<a href="/forum.php" title="Форум" target="main"><img src="http://placehold.it/32x32?text=F"/></a>
</header>
<div id="game"></div>
<div id="chat"></div>
<div id="game" class="scrollbar-macosx"></div>
<div id="chat" class="scrollbar-macosx"></div>
<footer>
<form action="chat.php" method="post" target="chat">
<input id="msg" name="msg" size="100" placeholder="Введите сообщение...">