Ceci est un test
This commit is contained in:
parent
d3882a43e1
commit
6dd6ba6ca6
14
index.html
14
index.html
@ -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>
|
10
style.css
10
style.css
@ -0,0 +1,10 @@
|
|||||||
|
body {
|
||||||
|
background-color: #6d6551;
|
||||||
|
}
|
||||||
|
h1 {
|
||||||
|
color: #c6d2db;
|
||||||
|
}
|
||||||
|
p {
|
||||||
|
color: #c9c0d1;
|
||||||
|
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user