effet de style css index.html
This commit is contained in:
@@ -1,5 +1,29 @@
|
||||
<!doctype html>
|
||||
<html lang="fr">
|
||||
<body>
|
||||
<p>dd</p>
|
||||
</body>
|
||||
<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 = "../img/icon.png">
|
||||
</head>
|
||||
<body>
|
||||
<header>
|
||||
|
||||
|
||||
<nav>
|
||||
|
||||
|
||||
<a href=""><img id="icone" src="../img/icon.png" alt="icone du site"></a>
|
||||
|
||||
<ul>
|
||||
|
||||
<li> <a href= "../index.html" class="page">Page 1 </a></li>
|
||||
<li> <a href= "page_2.html" class="page">Page 2 </a></li>
|
||||
<li> <a href= "#" class="page">Page 3 </a> </li>
|
||||
<li> <a href= "page_4.html" class="page">Page 4 </a></li>
|
||||
|
||||
</ul>
|
||||
</nav>
|
||||
</header>
|
||||
</body>
|
Reference in New Issue
Block a user