bcom/40A.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&eacute; ne correspond<br/>
actuellement &agrave; aucun <br/>
&eacute;l&eacute;ment existant sur le site.</p>
<a href="#" onclick="history.go(-1);" style="text-decoration:none"><input type="button" value="Page pr&eacute;c&eacute;dante" /></a>
<?php include 'includes/foot.php'; ?>
</body>
</html>