Second revision by Master Leon
This commit is contained in:
parent
4230eb6922
commit
b8e951f59d
382 changed files with 3111 additions and 14814 deletions
16
b_index.php
Normal file
16
b_index.php
Normal 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>";
|
||||
?>
|
Loading…
Add table
Add a link
Reference in a new issue