Update form class in tables_vue.php, header.php, accueil_vue.php, parties_controleur.php, modele.php, statistiques_controleur.php, and parties_vue.php

This commit is contained in:
2024-04-18 23:41:03 +02:00
parent 6bbaf30f26
commit 922e7ecbae
12 changed files with 295 additions and 69 deletions

View File

@@ -1,19 +1,15 @@
<!-- 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">
<div id="demotext" class="header_titre">
<h1>DeezCycle</h1>
<h2>Jeu de dés</h2>
</div>
</header>