End of the TP8

This commit is contained in:
2023-11-21 15:01:57 +01:00
parent c87986b37a
commit e07b55d70c
2 changed files with 22 additions and 20 deletions

BIN
TP8/PHP/ISEN-Nantes.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

View File

@@ -24,6 +24,7 @@
</div>
</div>
</nav>
<div class="m-3">
<h1> La citation du jour </h1>
<hr>
<?php
@@ -46,6 +47,7 @@
<?php
randomQuote($db);
?>
</div>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/js/bootstrap.bundle.min.js" integrity="sha384-C6RzsynM9kWDrMNeT87bh95OGNyZPhcTNXj1NW7RuBCsyN/o0jlpcV8Qyq46cDfL" crossorigin="anonymous"></script>
</body>
</html>