site-accueil-insa/error.php

14 lines
494 B
PHP
Raw Normal View History

2022-06-14 14:07:32 +02:00
<?php
ob_start(); // Start reading html
?>
<main>
2023-04-22 18:47:14 +02:00
<div class="zone_txt">
<img src="assets/img/tolosa.jpg" style="margin-top: 50px;width:50vw;">
<h3>Il semblerait que tu aies égaré ta charette jeune Gaulois(e). (Errevr CDIV)</h3>
</div>
2022-06-14 14:07:32 +02:00
</main>
<?php
2023-04-22 18:47:14 +02:00
$infopage = ["", "Erreur", ob_get_clean(), "", "erreur","Errevr CDIV (404)"]; //relativepath, pagetitle, pagecontent, pagescript, pagename | cf structure/template.php ligne 2 à 6
2022-06-14 14:07:32 +02:00
include("structure/template.php");
?>