Second revision by Master Leon

This commit is contained in:
nemunaire 2007-11-03 12:00:00 +01:00
parent 4230eb6922
commit b8e951f59d
382 changed files with 3111 additions and 14814 deletions

16
b_index.php Normal file
View file

@ -0,0 +1,16 @@
<?
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>";
?>