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

View file

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

View file

@ -2,21 +2,19 @@
<!--TEST--> <!--TEST-->
<html> <html>
<head> <head>
<link rel="stylesheet" href="css/text.css">
<title>Where To Go?</title> <title>Where To Go?</title>
</head> <body class="A">
<body> <header class="B">
<header> <nav>
<nav class="B"> <a href>Main Page</a>
<a href = "main.html">Main Page</a> <a href>Where To Go</a>
<a href = "where_to_go.html">Where To Go</a> <a href>History</a>
<a href = "history_mythology.html">History</a>
<a href>Food and Lifestyle</a> <a href>Food and Lifestyle</a>
<a href = "faq.html">Frequently Asked Questions</a> <a href>Frequently Asked Questions</a>
</nav> </nav>
</header> </header>
<hr> <hr>
<main> <main class="B">
<section> <section>
<article> <article>
<h1>Where To Go ?</h1> <h1>Where To Go ?</h1>
@ -30,7 +28,7 @@
</section> </section>
</main> </main>
<hr> <hr>
<footer> <footer class="B">
<p>© Copyright 2022 by 3MIC. All Rights Reserved.</p> <p>© Copyright 2022 by 3MIC. All Rights Reserved.</p>
</footer> </footer>
</body> </body>