17 lines
490 B
PHP
17 lines
490 B
PHP
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<?php include 'includes/data.php'; ?>
|
|
</head>
|
|
<body>
|
|
<?php include 'includes/head.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édante" /></a>
|
|
|
|
<?php include 'includes/foot.php'; ?>
|
|
</body>
|
|
</html>
|