initial commit
This commit is contained in:
31
index.html
Normal file
31
index.html
Normal file
@ -0,0 +1,31 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset='utf-8'>
|
||||
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
|
||||
<title>Home / Numérologie</title>
|
||||
<meta name='viewport' content='width=device-width, initial-scale=1'>
|
||||
<link rel='stylesheet' type='text/css' href='Css/style.css'>
|
||||
</head>
|
||||
<body>
|
||||
<header class="header">
|
||||
<div class="topbar">
|
||||
<p class="titre">Numérologie</p>
|
||||
<nav class="nav">
|
||||
<a href="/">Accueil</a>
|
||||
<a href="choix.html" class="active">Jouer</a>
|
||||
<a href="#">Règles</a>
|
||||
<a href="#">Contact</a>
|
||||
</nav>
|
||||
</div>
|
||||
</header>
|
||||
|
||||
<div class="container">
|
||||
<div class="section">
|
||||
<h3 class="titre-h3">Plongez dans le jeu de la numérologie ! <br> Trouvez le nombre secret en déchiffrant les tranches données. </h3> <h3 class="titre-h3"> <br> Êtes-vous prêt à percer les mystères des nombres ?</h3>
|
||||
<a href="choix.html" class="play">Play</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user