Ajout des fichiers html et de 1 fichier CSS
This commit is contained in:
parent
4699e3c3e0
commit
6cf0b41caf
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
img/
|
@ -9,5 +9,7 @@
|
|||||||
<body>
|
<body>
|
||||||
<h1>Quel titre !</h1>
|
<h1>Quel titre !</h1>
|
||||||
<p>Bonjour les SIO :)</p>
|
<p>Bonjour les SIO :)</p>
|
||||||
|
<h2>pifhaepih</h2>
|
||||||
|
<p>eoufygouy</p>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
12
page2.html
Normal file
12
page2.html
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<meta charset="UTF-8">
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
|
<link rel="stylesheet" href="style.css">
|
||||||
|
<title>Hello there</title>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<h1>Quel titre !</h1>
|
||||||
|
</body>
|
||||||
|
</html>
|
Loading…
x
Reference in New Issue
Block a user