base
This commit is contained in:
7
php/templates/footer.php
Normal file
7
php/templates/footer.php
Normal file
@@ -0,0 +1,7 @@
|
||||
<footer>
|
||||
<div>
|
||||
<p>Site créé et maintenu par Dimitri DUPARD<p>
|
||||
<p>Pour tout problème sur le site, contacter <a href="mailto:dimitri.dupard@yahoo.fr">le webmaster</a></p>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
7
php/templates/header.php
Normal file
7
php/templates/header.php
Normal file
@@ -0,0 +1,7 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang=fr>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=0">
|
||||
<title>AIidE</title>
|
||||
</head>
|
Reference in New Issue
Block a user