comunic/inc/load.html
2016-11-19 12:08:12 +01:00

6 lines
354 B
HTML
Executable File

<p>Comunic</p>
<p style="left: 45%; top: 0px; width: auto; position: fixed; z-index: 1; border: 1px black solid; background-color: blue;"><span style="color: #ffffff;">Veuillez patienter, chargement en cours...</span></p>
<?php include(pagesRelativePath('common/head.php')); ?>
<script>
document.location.href="index.php?metro_loaded";
</script>