game/pages/version.php

65 lines
904 B
PHP
Raw Normal View History

2007-10-27 10:00:00 +00:00
<HTML>
<HEAD>
<TITLE>Halo Battle</TITLE>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<link rel="stylesheet" media="screen" name="design" href="descriptions/diz/base.css">
<style type='text/css'>
table {
margin-top: 40px;
}
TD.z {
background-color: black;
border: 1px solid #7093DB;
font-weight: bold;
}
TH {
border: 1px solid
}
div {
margin: 0px;
border: 0px;
}
</style>
</head>
</html>
<table width="530" align=center>
<tbody>
<tr>
<td class="z" colspan="2">Mises <EFBFBD> jours</td>
</tr>
<tr>
<th>version : 0.0</th>
<th width="80%">
<div align="left">
Commencement du projet Halo Battle.
</div></th>
</tr>
<tr>
<th>version : 0.1</th>
<th width="80%">
<div align="left">
Modifications :<br>
- Ajout de milliers de choses utiles.<br>
<br>
Corrections :<br>
- Correction de plein de bugs.
</div></th>
</tr>
</tbody>
</table>
</body>
</html>