HTML checker
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
<link rel = "stylesheet" type = "text/css" href = "../CSS/contact.css">
|
||||
|
||||
<meta name="keywords" content="casino">
|
||||
<link rel = "icon" type = "/image/png" href = "../img/icon.png">
|
||||
<link rel = "icon" type = "image/png" href = "../img/icon.png">
|
||||
</head>
|
||||
<body>
|
||||
|
||||
@@ -23,14 +23,16 @@
|
||||
<div id="menu-ordi">
|
||||
|
||||
<nav>
|
||||
<a href="#"><img id="icone" src="../img/logo.svg" alt="icone du site"></a>
|
||||
<a href="../index.html"><img class="icone" src="../img/logo.svg" alt="icone du site"></a>
|
||||
|
||||
<ul>
|
||||
<li> <a href= "../index.html" class="page"><button class="button" type="buton"value="Accueil"> Accueil</button></a></li>
|
||||
<li> <a href= "page_2.html" class="page" ><button class="button" type="buton" value="Nos jeux">Nos jeux</button> </a></li>
|
||||
<li> <a href= "page_3.html" class="page"><button class="button" type="buton" value="Nos partenaires">Nos partenaires</button> </a> </li>
|
||||
<li> <a href= "page_4.html" class="page"><button class="button" type="buton" value="A propos de nous"> A propos de nous</button> </a></li>
|
||||
<li> <a href= "#" class="page"><button class="button" id="page_courante" type="buton" value="A propos de nous"> Contact</button> </a></li>
|
||||
<li>
|
||||
<button class="button" onclick="window.location.href='../index.html'"> Accueil</button>
|
||||
</li>
|
||||
<li> <button class="button" onclick="window.location.href='page_2.html'"> Nos jeux</button></li>
|
||||
<li><button class="button" onclick="window.location.href='page_3.html'"> Nos partenaires</button> </li>
|
||||
<li><button class="button " onclick="window.location.href='page_4.html'"> A propos de nous</button></li>
|
||||
<li> <button class="button page_courante" onclick="window.location.href='#'"> Contact</button></li>
|
||||
</ul>
|
||||
</nav>
|
||||
</div>
|
||||
@@ -93,9 +95,9 @@
|
||||
|
||||
<ul>
|
||||
|
||||
<li><a href="https://twitter.com" target="_blank"> <img src="../img/icone/twitter.svg"></a></li>
|
||||
<li><a href="https://instagram.com" target="_blank"> <img src="../img/icone/instagram.svg"></a></li>
|
||||
<li><a href="https://tiktok.com" target="_blank"> <img src="../img/icone/tiktok.svg"></a></li>
|
||||
<li><a href="https://twitter.com" target="_blank"> <img src="../img/icone/twitter.svg" alt="icone de twitter"></a></li>
|
||||
<li><a href="https://instagram.com" target="_blank"> <img src="../img/icone/instagram.svg" alt="icone d'instagram"></a></li>
|
||||
<li><a href="https://tiktok.com" target="_blank"> <img src="../img/icone/tiktok.svg" alt="icone de tiktok"></a></li>
|
||||
</ul>
|
||||
<p> Suivez nos actualités !</p>
|
||||
</div>
|
||||
@@ -113,13 +115,13 @@
|
||||
|
||||
<img src="../img/icone/envelope.svg" alt="icone d'enveloppe">
|
||||
<p>Casinoducoeur@gmail.fr </p>
|
||||
<img src="../img/icone/location.svg">
|
||||
<img src="../img/icone/location.svg" alt="icone adresse">
|
||||
<p id="adresse"> 200 Rue du kwanga</p>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<a href="../index.html"><img id="icone" src="../img/logo.svg" alt="icone du site"></a>
|
||||
<a href="../index.html"><img class="icone" src="../img/logo.svg" alt="icone du site"></a>
|
||||
</footer>
|
||||
|
||||
</body>
|
Reference in New Issue
Block a user