Ceci est un test

This commit is contained in:
emile.malcuit 2025-01-14 15:40:31 +01:00
parent d3882a43e1
commit 6dd6ba6ca6
2 changed files with 24 additions and 0 deletions

View File

@ -0,0 +1,14 @@
<!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>

View File

@ -0,0 +1,10 @@
body {
background-color: #6d6551;
}
h1 {
color: #c6d2db;
}
p {
color: #c9c0d1;
}