12 lines
260 B
HTML
12 lines
260 B
HTML
<!DOCTYPE html>
|
|
<html lang="fr">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>Moi</title>
|
|
<link rel="stylesheet" href="style.css">
|
|
</head>
|
|
<body>
|
|
<h1>Emmanuel SRIVASTAVA-TIAMZON</h1>
|
|
<p>Petite modification ! (exo complémentaire)</p>
|
|
</body>
|
|
</html> |