project basis

This commit is contained in:
Morph01
2024-03-18 22:31:29 +01:00
commit 2ed144ff8c
20 changed files with 1358 additions and 0 deletions

19
static/header.php Normal file
View File

@@ -0,0 +1,19 @@
<!-- Bloc entête -->
<header>
<div class="header_logo">
<a href="./index.php">
<img src="img/deezcyclelogo.png" alt="BD" />
</a>
</div>
<div class="header_titre">
<h1>DeezCycle</h1>
<h2>Jeu de dés</h2>
</div>
</header>