You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

29 lines
827 B

<!DOCTYPE html>
<html lang="fr">
<head>
<title> Les différents aventurier dans le monde de la fantaisie </title>
<meta charset="utf-8">
<link rel="shortcut icon" type="image/x-icon" href="créatures_img/Créatures.jpg">
<link href="css_créatures.css" rel="stylesheet">
</head>
<body>
<marquee scrollamount=25>
<h1> Les différentes créatures peuplant la <span>fantaisie</span></h1>
</marquee>
<nav>
<div class="lien_acc">
<p>Acceuil:</p>
<a href="Accueil.html"><img src="fond_acceuil.png"></a>
</div>
<table class="Lien">
<tr>
<td><a href="Dragon.html"><img src="créatures_img/dragon_img.jpeg"></a> </td>
<td><a href="Gobelin.html"><img src="créatures_img/gobelin_img.jpeg"></a> </td>
</tr>
</table>
</nav>
<a href="">Revenir en haut</a>
</body>
</html>