Création interface web

This commit is contained in:
Jack Parrot
2025-03-22 14:48:19 +01:00
parent 42d5bc995f
commit aa017a2715
46 changed files with 59601 additions and 9 deletions
+13
View File
@@ -0,0 +1,13 @@
<!DOCTYPE html>
<html lang="fr">
<header>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel="stylesheet" href="./bootstrap-5.3.3-dist/css/bootstrap.css">
<script src="./js/bootstrap.js"></script>
<title>MinHAUMTaure</title>
</header>
<body>
<h1 class="text-center">Bienvenue sur MinHAUMTaure</h1>
</body>
</html>