Compare commits

..

No commits in common. "532d23adbc2938074f688f8a98d2b6985b847653" and "2c660501870ded6db3c1057213be7b23bcb2e72f" have entirely different histories.

3 changed files with 13 additions and 17 deletions

View file

@ -1,17 +1,16 @@
<!DOCTYPE HTML>
<html>
<head>
<link rel="stylesheet" href="css/text.css">
<title>Islands</title>
</head>
<body class="A">
<header class="B">
<nav>
<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>Main Page</a>
<a href>Where To Go</a>
<a href>History</a>
<a href>Food and Lifestyle</a>
<a href = "faq.html">Frequently Asked Questions</a>
<a href>Frequently Asked Questions</a>
</nav>
</header>
<hr>

View file

@ -1,7 +1,6 @@
<!DOCTYPE HTML>
<html>
<head>
<link rel="stylesheet" href="css/text.css">
<title>Mainland</title>
</head>
<body class="A">

View file

@ -2,21 +2,19 @@
<!--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>
<a href = "history_mythology.html">History</a>
<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 Lifestyle</a>
<a href = "faq.html">Frequently Asked Questions</a>
<a href>Frequently Asked Questions</a>
</nav>
</header>
<hr>
<main>
<main class="B">
<section>
<article>
<h1>Where To Go ?</h1>
@ -30,7 +28,7 @@
</section>
</main>
<hr>
<footer>
<footer class="B">
<p>© Copyright 2022 by 3MIC. All Rights Reserved.</p>
</footer>
</body>