14 lines
348 B
HTML
14 lines
348 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>Document</title>
|
|
</head>
|
|
<body>
|
|
<h1>Quel titre !</h1>
|
|
<p>Bonjour les SIO :)</p>
|
|
<p>Ceci est un test de changement de stage\n pour vérifier l'actus mondial</p>
|
|
</body>
|
|
</body>
|
|
</html> |