n/oldblog
n
/
oldblog
Archived
1
0
Fork 0
This repository has been archived on 2024-02-13. You can view files and clone it, but cannot push or open issues or pull requests.
oldblog/offline.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ée au réseau !
<br><br>Revenez plus tard...
</td>
</tr>
</table>
<?php include "footer.php" ?>
</body>
</html>