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

10
static/footer.php Normal file
View File

@@ -0,0 +1,10 @@
<footer>
<a href="https://creativecommons.org/licenses/" target="_blank"><img src="img/by-nc-sa-eu.png"
alt="Licence CC BY-NC-SA" /></a>
<span>
<?php print date("Y"); ?>
</span> - <span>DeezCycle</span>
<span><a href="https://forge.univ-lyon1.fr/lif-bdw/lifbdw.pages.univ-lyon1.fr" target="_blank"
alt="Page BDW1">DeezCycle -
Jeu de dés - Projet BDW</a> - <a href="https://www.univ-lyon1.fr/">UCB Lyon 1</a></span>
</footer>

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>

6
static/menu.php Normal file
View File

@@ -0,0 +1,6 @@
<!-- menu -->
<nav>
<a href="index.php">Accueil</a>
<a href="index.php?page=statistiques">Afficher Statistiques</a>
<a href="index.php?page=tables">Afficher Table</a>
</nav>