forked from halo-battle/game
First code received by Master Leon
This commit is contained in:
commit
4230eb6922
330 changed files with 15543 additions and 0 deletions
24
inde.php
Normal file
24
inde.php
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
<? session_start(); ?>
|
||||
<HTML>
|
||||
<HEAD>
|
||||
<title>Halo</title>
|
||||
<style TYPE="text/css">
|
||||
BODY {
|
||||
scrollbar-face-color: black;
|
||||
scrollbar-shadow-color: rgb(98,98,98);
|
||||
scrollbar-highlight-color: rgb(72,72,72);
|
||||
scrollbar-3dlight-color: rgb(136,136,136);
|
||||
scrollbar-darkshadow-color: rgb(81,81,81);
|
||||
scrollbar-track-color: rgb(72,72,72);
|
||||
scrollbar-arrow-color: #A8A8A8;
|
||||
}
|
||||
</style>
|
||||
</HEAD>
|
||||
|
||||
<FRAMESET COLS="20%,80%" frameborder="0" border="0" Noresize>
|
||||
<FRAME SRC="frames.html" frameborder="0" border="0" Noresize>
|
||||
<FRAME SRC="pages/depart.php" NAME="changement" frameborder="0" border="0" Noresize>
|
||||
</FRAMESET>
|
||||
|
||||
</HTML>
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue