fixed small bugs, added a table to show the flotte
This commit is contained in:
+14
-1
@@ -67,12 +67,25 @@
|
||||
</section>
|
||||
</div>
|
||||
|
||||
<table border=1 class="table">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Modèle</th>
|
||||
<th>immatriculation</th>
|
||||
<th>Km</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody id="flotte_tableau">
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
<footer class="footer">
|
||||
stagiaires rpz echoes
|
||||
<button type="button" id="theme"> Mode sombre</button>
|
||||
</footer>
|
||||
<script src="../equipe.js"></script>
|
||||
<script src="../contact.js"></script>
|
||||
<script src="../flotte.js"</script>
|
||||
<script src="../flotte.js"></script>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user