21 lines
438 B
PHP
21 lines
438 B
PHP
|
<html>
|
|||
|
<head>
|
|||
|
<title>Tourmentine offline</title>
|
|||
|
<meta content="">
|
|||
|
<style></style>
|
|||
|
</head>
|
|||
|
<body bgcolor=white>
|
|||
|
<table>
|
|||
|
<tr>
|
|||
|
<td align=left><img src=images/tourmentine.gif></td>
|
|||
|
<td align=center>
|
|||
|
<h2><font color=red>Serveur offline</font></h2>
|
|||
|
<br>La tourmentine n'est pas connect<EFBFBD>e au r<EFBFBD>seau !
|
|||
|
<br><br>Revenez plus tard...
|
|||
|
</td>
|
|||
|
</tr>
|
|||
|
</table>
|
|||
|
<?php include "footer.php" ?>
|
|||
|
</body>
|
|||
|
</html>
|