ah
This commit is contained in:
parent
7006b19454
commit
492eb70ec8
@ -0,0 +1,3 @@
|
||||
* {
|
||||
font-style: monospace;
|
||||
}
|
43
index.html
43
index.html
@ -0,0 +1,43 @@
|
||||
|
||||
<!doctype html>
|
||||
<html lang="fr">
|
||||
|
||||
<head>
|
||||
<title> Casino du coeur </title>
|
||||
<meta charset="utf-8">
|
||||
<link rel = "stylesheet" type = "text/css" href = "CSS/styles.css">
|
||||
<meta name="keywords" content="casino">
|
||||
<link rel = "icon" type = "image/png" href = "icon.png">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<header>
|
||||
<!--
|
||||
en-tête de page
|
||||
-->
|
||||
|
||||
<nav> test </nav>
|
||||
</header>
|
||||
|
||||
<main>
|
||||
<details> aa </details>
|
||||
<!--
|
||||
Contenu principal
|
||||
-->
|
||||
|
||||
</main>
|
||||
|
||||
<footer>
|
||||
|
||||
<!--
|
||||
Pied de page
|
||||
-->
|
||||
|
||||
</footer>
|
||||
|
||||
</body>
|
||||
|
||||
|
||||
|
||||
</html>
|
Loading…
Reference in New Issue
Block a user