Merge branch 'master' of https://git.etud.insa-toulouse.fr/rees/progWeb
This commit is contained in:
commit
a44ff3c530
3 changed files with 16 additions and 16 deletions
10
islands.html
10
islands.html
|
@ -4,19 +4,19 @@
|
||||||
<link rel="stylesheet" href="css/text.css">
|
<link rel="stylesheet" href="css/text.css">
|
||||||
<title>Islands</title>
|
<title>Islands</title>
|
||||||
</head>
|
</head>
|
||||||
<body class="A">
|
<body>
|
||||||
<header class="B">
|
<header>
|
||||||
<nav>
|
<nav class="B">
|
||||||
<a href = "main.html">Main Page</a>
|
<a href = "main.html">Main Page</a>
|
||||||
<a href = "where_to_go.html">Where To Go</a>
|
<a href = "where_to_go.html">Where To Go</a>
|
||||||
<a href = "history_mythology.html">History</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>
|
<a href = "faq.html">Frequently Asked Questions</a>
|
||||||
</nav>
|
</nav>
|
||||||
</header>
|
</header>
|
||||||
<hr>
|
<hr>
|
||||||
|
|
||||||
<main class="B">
|
<main>
|
||||||
<section>
|
<section>
|
||||||
<article>
|
<article>
|
||||||
<a href="islands.html">Islands</a>
|
<a href="islands.html">Islands</a>
|
||||||
|
|
|
@ -4,18 +4,18 @@
|
||||||
<link rel="stylesheet" href="css/text.css">
|
<link rel="stylesheet" href="css/text.css">
|
||||||
<title>Mainland</title>
|
<title>Mainland</title>
|
||||||
</head>
|
</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_lifestyle.html">Food and Lifestyle</a>
|
||||||
<a href>Frequently Asked Questions</a>
|
<a href = "faq.html">Frequently Asked Questions</a>
|
||||||
</nav>
|
</nav>
|
||||||
</header>
|
</header>
|
||||||
<hr>
|
<hr>
|
||||||
<main class="B">
|
<main>
|
||||||
<section>
|
<section>
|
||||||
<article>
|
<article>
|
||||||
<a href="islands.html">Islands</a>
|
<a href="islands.html">Islands</a>
|
||||||
|
@ -32,7 +32,7 @@
|
||||||
</section>
|
</section>
|
||||||
</main>
|
</main>
|
||||||
<hr>
|
<hr>
|
||||||
<footer class="B">
|
<footer>
|
||||||
<p>© Copyright 2022 by 3MIC. All Rights Reserved.</p>
|
<p>© Copyright 2022 by 3MIC. All Rights Reserved.</p>
|
||||||
</footer>
|
</footer>
|
||||||
</body>
|
</body>
|
||||||
|
|
|
@ -11,7 +11,7 @@
|
||||||
<a href = "main.html">Main Page</a>
|
<a href = "main.html">Main Page</a>
|
||||||
<a href = "where_to_go.html">Where To Go</a>
|
<a href = "where_to_go.html">Where To Go</a>
|
||||||
<a href = "history_mythology.html">History</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>
|
<a href = "faq.html">Frequently Asked Questions</a>
|
||||||
</nav>
|
</nav>
|
||||||
</header>
|
</header>
|
||||||
|
|
Loading…
Reference in a new issue