30 lines
No EOL
877 B
HTML
30 lines
No EOL
877 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<link rel="stylesheet" href="css/main.css">
|
|
|
|
<link rel="stylesheet" href="css/text.css">
|
|
</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 and Lifestyle</a>
|
|
<a href = "faq.html">Frequently Asked Questions</a>
|
|
</nav>
|
|
</header>
|
|
<main>
|
|
<section>
|
|
<article>
|
|
<div>Visit Greece</div>
|
|
</article>
|
|
</section>
|
|
</main>
|
|
<footer>
|
|
<p>© Copyright 2022 by 3MIC. All Rights Reserved</p>
|
|
</footer>
|
|
</body>
|
|
</html> |