Ajouter Header HTML

This commit is contained in:
Joshua 2024-09-09 15:49:19 +02:00
parent 268719a020
commit 889a046e8c

View File

@ -4,6 +4,9 @@
<meta charset="UTF-8">
<title>Projet GIT Joshua</title>
</head>
<header>
<h2>Nouveau header</h2>
</header>
<body>
<h1>Coucou la team !</h1>
</body>