project basis
This commit is contained in:
10
static/footer.php
Normal file
10
static/footer.php
Normal 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
19
static/header.php
Normal 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
6
static/menu.php
Normal 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>
|
||||
Reference in New Issue
Block a user