Ajout des fichiers html et css de base
This commit is contained in:
commit
4699e3c3e0
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