Premier commit - Inclusion dans le projet git

This commit is contained in:
Mysaa
2021-06-05 18:05:11 +02:00
commit 3e8d10144f
12 changed files with 352 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
<!DOCTYPE html>
<html>
<head>
<title>Le site de tous les bernards !</title>
<meta charset="utf-8" />
<link rel="stylesheet" href="css/style.css"/>
</head>
<body>
<?php
include 'includes/head.php';
?>
<?php
include 'includes/foot.php'
?>
</body>
</html>