tma/pages/modules/chateau.php

20 lines
603 B
PHP
Raw Normal View History

2020-11-29 11:25:34 +01:00
<br /><br /><br />
<h1>Le chateau</h1>
<?php include "include/note.inc.php"; ?>
<div class="center">
<table width="25%" cellspacing="20" align="center">
<tr>
2024-02-12 20:46:07 +01:00
<td><?php litebox("/images/modules/p_chateau.jpg", "/images/modules/chateau.jpg", "Le chateau"); ?></td>
<td><?php litebox("/images/modules/p_chateau2.jpg", "/images/modules/chateau2.jpg", "Le chateau"); ?></td>
2020-11-29 11:25:34 +01:00
</tr>
<tr>
2024-02-12 20:46:07 +01:00
<td><?php litebox("/images/modules/p_chateau3.jpg", "/images/modules/chateau3.jpg", "Le chateau"); ?></td>
2020-11-29 11:25:34 +01:00
</tr>
</table>
<hr />
<a href="/modules.html">cliquez ici pour revenir &agrave; la carte</a>
</div>
<br /><br />