36 lines
No EOL
946 B
HTML
36 lines
No EOL
946 B
HTML
<!DOCTYPE HTML>
|
|
<!--TEST-->
|
|
<html>
|
|
<head>
|
|
<title>Where To Go?</title>
|
|
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css">
|
|
<body class="A">
|
|
<header class="B">
|
|
<nav>
|
|
<a href>Main Page</a>
|
|
<a href>Where To Go</a>
|
|
<a href>History</a>
|
|
<a href>Food and Lifestile</a>
|
|
<a href>Frequently Asked Questions</a>
|
|
</nav>
|
|
</header>
|
|
<hr>
|
|
<main class="B">
|
|
<section>
|
|
<article>
|
|
<h1>Where To Go ?</h1>
|
|
<a href="islands.html">Islands</a>
|
|
</article>
|
|
</section>
|
|
<section>
|
|
<article>
|
|
<a href="mainland.html">Mainland</a>
|
|
</article>
|
|
</section>
|
|
</main>
|
|
<hr>
|
|
<footer class="B">
|
|
<p>© Copyright 2022 by 3MIC. All Rights Reserved.</p>
|
|
</footer>
|
|
</body>
|
|
</html> |