progWeb/where_to_go.html
2022-12-12 10:50:47 +01:00

41 lines
No EOL
1.2 KiB
HTML

<!DOCTYPE HTML>
<!--TEST-->
<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>
<<<<<<< HEAD
<a href = "history_mythology.html">History and Mythology</a>
=======
<a href = "history_mythology.html">History</a>
>>>>>>> 7b55c056e680e35408f53eb448d6cd0881856a11
<a href = "food_lifestyle.html">Food and Lifestyle</a>
<a href = "faq.html">Frequently Asked Questions</a>
</nav>
</header>
<hr>
<main>
<section>
<h1>Where To Go ?</h1>
<article>
<a href="islands.html" style="float: left;">Islands</a>
<img src="photos/islands_map.png">
</article>
<article>
<a href="mainland.html" style="float: left;">Mainland</a>
<img src="photos/map_greece.png">
</article>
</section>
</main>
<hr>
<footer>
<p>© Copyright 2022 by 3MIC. All Rights Reserved.</p>
</footer>
</body>
</html>