Files
DEV/DEV.DOCKER/TP2/web/index.html
T

12 lines
260 B
HTML
Raw Normal View History

2026-06-04 18:57:15 +02:00
<!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>