Ajout des fichiers exemples HTML et CSS
This commit is contained in:
commit
4cc360f908
13
index.html
Normal file
13
index.html
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
<!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>
|
||||||
|
<p>Bonjour les SIO :)</p>
|
||||||
|
</body>
|
||||||
|
</html>
|
Loading…
x
Reference in New Issue
Block a user