bcom/40A.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&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;dente" /></a>
<?php include 'includes/footer.php'; ?>
</body>
</html>