18 lines
520 B
PHP
18 lines
520 B
PHP
<?php session_start(); ?>
|
|
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<?php include 'includes/meta.php'; ?>
|
|
</head>
|
|
<body>
|
|
<?php include 'includes/header.php'; ?>
|
|
|
|
<h1>40A Id Not Yet Assigned</h1>
|
|
<p>La valeur envoyé ne correspond<br/>
|
|
actuellement à aucun <br/>
|
|
élément existant sur le site.</p>
|
|
<a href="#" onclick="history.go(-1);" style="text-decoration:none"><input type="button" value="Page précédente" /></a>
|
|
|
|
<?php include 'includes/footer.php'; ?>
|
|
</body>
|
|
</html>
|