mise_pratique_git/index.html

30 lines
382 B
HTML

<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>
Test
</title>
</head>
<body>
<header>
<h1>
Hello world! (Corrected)
</h1>
</header>
<p>
Welcome! (Urgent issue corrected)
<p>
<footer>
<p>
BRUNET Giovanny
<p>
</footer>
</body>
</html>