HB/inde.php

25 lines
610 B
PHP
Raw Normal View History

2007-03-31 10:00:00 +00:00
<? 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>