game/b_index.php

16 lines
444 B
PHP
Raw Normal View History

2007-11-03 11:00:00 +00:00
<?
echo "<HTML>
<HEAD>
<title>Halo battle</title>
<meta http-equiv=pragma content=no-cache >
<meta http-equiv=content-type content=text/html;charset=iso-8869-1 >
<link rel=shortcut icon type=image/x-icon href=favicon.ico >
</HEAD>
<FRAMESET COLS='180,*' frameborder=0 border=0 Noresize>
<FRAME SRC=pages/menu.php frameborder0 border=0 Noresize>
<FRAME SRC=depart.php NAME=changement frameborder=0 border=0 Noresize>
</FRAMESET>
</HTML>";
?>