Plein de (tentatives) de nouveautées ! Un chat, la tant attendue connection avec mega, de meilleurs messages d'erreur, des jolis icones pour les téléchargements.

This commit is contained in:
Mysaa
2021-06-05 18:22:44 +02:00
parent 7ac29bb13d
commit bed22d7f56
44 changed files with 1246 additions and 233 deletions
+5 -4
View File
@@ -1,17 +1,18 @@
<?php session_start(); ?>
<!DOCTYPE html>
<html>
<head>
<?php include 'includes/data.php'; ?>
<?php include 'includes/meta.php'; ?>
</head>
<body>
<?php include 'includes/head.php'; ?>
<?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;dante" /></a>
<a href="#" onclick="history.go(-1);" style="text-decoration:none"><input type="button" value="Page pr&eacute;c&eacute;dente" /></a>
<?php include 'includes/foot.php'; ?>
<?php include 'includes/footer.php'; ?>
</body>
</html>