progWeb/mainland.html
2022-12-12 09:07:40 +01:00

39 lines
No EOL
1 KiB
HTML

<!DOCTYPE HTML>
<html>
<head>
<link rel="stylesheet" href="css/text.css">
<title>Mainland</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</a>
<a href = "food_lifestyle.html">Food and Lifestyle</a>
<a href = "faq.html">Frequently Asked Questions</a>
</nav>
</header>
<hr>
<main>
<section>
<article>
<a href="islands.html">Islands</a>
<a href="mainland.html">Mainland</a>
</article>
</section>
<section>
<h1>The Mainland</h1>
<article>
<img src="athens.jpg">
<h2>Attica</h2>
<p></p>
</article>
</section>
</main>
<hr>
<footer>
<p>© Copyright 2022 by 3MIC. All Rights Reserved.</p>
</footer>
</body>
</html>