İşlemeleri karşılaştır

...

3 commits

3 değiştirilmiş dosya ile 16 ekleme ve 16 silme

Dosyayı Görüntüle

@ -4,19 +4,19 @@
<link rel="stylesheet" href="css/text.css">
<title>Islands</title>
</head>
<body class="A">
<header class="B">
<nav>
<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 = "food_lifestyle.html">Food and Lifestyle</a>
<a href = "faq.html">Frequently Asked Questions</a>
</nav>
</header>
<hr>
<main class="B">
<main>
<section>
<article>
<a href="islands.html">Islands</a>

Dosyayı Görüntüle

@ -4,18 +4,18 @@
<link rel="stylesheet" href="css/text.css">
<title>Mainland</title>
</head>
<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>Frequently Asked Questions</a>
<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 class="B">
<main>
<section>
<article>
<a href="islands.html">Islands</a>
@ -32,7 +32,7 @@
</section>
</main>
<hr>
<footer class="B">
<footer>
<p>© Copyright 2022 by 3MIC. All Rights Reserved.</p>
</footer>
</body>

Dosyayı Görüntüle

@ -11,7 +11,7 @@
<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 = "food_lifestyle.html">Food and Lifestyle</a>
<a href = "faq.html">Frequently Asked Questions</a>
</nav>
</header>