forked from Madmunus/AntiCombats
-
Notifications
You must be signed in to change notification settings - Fork 0
/
game.php
35 lines (35 loc) · 1.92 KB
/
game.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<html>
<head>
<title>Анти Бойцовский Клуб</title>
<link rel="SHORTCUT ICON" href="img/favicon.ico" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="Content-Language" content="ru" />
<script src="scripts/jquery.js" type="text/javascript"></script>
<script src="scripts/scripts.js" type="text/javascript"></script>
<script type="text/javascript">
$(function (){
$('[name=menu]').attr('src', 'topp.php');
$('[name=msg]').attr('src', 'msg.php');
$('[name=user]').attr('src', 'users.php');
$('[name=talk]').attr('src', 'talk.php');
$('[name=main]').attr('src', 'main.php?action=enter');
});
</script>
</head>
<frameset rows="35, *, 30, 5" frameborder="0" border="0" framespacing="0">
<frame name="menu" src="" target="_top" scrolling="no" noresize frameborder="0" border="0" framespacing="0" marginwidth="0" marginheight="0" />
<frameset cols="9, *, 9" frameborder="0" border="0" framespacing="0">
<frame src="left.html" target="_top" scrolling="no" noresize frameborder="0" border="0" framespacing="0" marginwidth="0" marginheight="0" />
<frameset rows="52%, *" frameborder="1" border="3">
<frame name="main" src="" />
<frameset cols="*, 220">
<frame name="msg" src="" target="_top" scrolling="auto" frameborder="1" border="0" framespacing="0" marginwidth="3" marginheight="3" />
<frame name="user" src="" target="_blank" scrolling="auto" frameborder="0" border="0" framespacing="0" marginwidth="3" marginheight="0" />
</frameset>
</frameset>
<frame src="right.html" target="_top" scrolling="no" noresize frameborder="0" border="0" framespacing="0" marginwidth="0" marginheight="0" />
</frameset>
<frame name="talk" src="" scrolling="no" noresize />
<frame src="bottom.html" target="_top" scrolling="no" noresize frameborder="0" border="0" framespacing="0" marginwidth="0" marginheight="0" />
</frameset>
</html>