progWeb/where_to_go.html
2022-12-22 15:20:23 +01:00

42 lines
No EOL
1.2 KiB
HTML

<!DOCTYPE HTML>
<html>
<head>
<link rel="stylesheet" href="css/text.css">
<title>Where To Go?</title>
</head>
<body>
<header>
<nav class="B">
<a href = "main.html">Main Page</a>
<a href = "where_to_go.html">Where To Go</a>
<a href = "history_mythology.html">History and Mythology</a>
<a href = "food_lifestyle.html">Food and Lifestyle</a>
<a href = "faq.html">Frequently Asked Questions</a>
</nav>
</header>
<main>
<section>
<h1>Where To Go ?</h1>
<article>
<a href="islands.html" style="float: left;">Islands</a>
<br>
<br>
<br>
<div style="text-align:center;">
<img src="photos/islands_map.png" width="500px">
</div>
</article>
<article>
<a href="mainland.html" style="float: left;">Mainland</a>
<br>
<br>
<br>
<div style="text-align:center;">
<img src="photos/map_greece.png" width="500px">
</div>
</article>
</section>
</main>
</body>
</html>