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.
35 lines
798 B
35 lines
798 B
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<title>Korogu map</title>
|
|
<link rel="stylesheet" href="zelda.css" type="text/css" media="screen" />
|
|
</head>
|
|
<body class="bg">
|
|
|
|
<a class="button" href="index.html">Home</a>
|
|
<h1>La map </h1>
|
|
<p>
|
|
Sur cette map, vous trouverez beaucoup d'informations qui pourrons vous
|
|
aider et notamment l'emplacement des 900 noix Korogus, de tous les monstres,
|
|
les coffres, les matériaux et bien d'autres !
|
|
</p>
|
|
<div class="text">
|
|
<iframe class="korokmap" id="iFrameKorokMap" title="Korok Map" src="https://zeldamaps.com/?game=BotW">
|
|
</iframe>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</body>
|
|
</html>
|