20 lines
438 B
PHP
20 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ée au réseau !
|
|
<br><br>Revenez plus tard...
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
<?php include "footer.php" ?>
|
|
</body>
|
|
</html>
|