Merge branch 'master' of https://git.etud.insa-toulouse.fr/rees/progWeb
This commit is contained in:
commit
77cae1c768
4 changed files with 20 additions and 17 deletions
|
@ -1,16 +1,17 @@
|
|||
<!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 Page</a>
|
||||
<a href>Where To Go</a>
|
||||
<a href>History</a>
|
||||
<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>Frequently Asked Questions</a>
|
||||
<a href = "faq.html">Frequently Asked Questions</a>
|
||||
</nav>
|
||||
</header>
|
||||
<hr>
|
||||
|
|
|
@ -6,7 +6,6 @@
|
|||
<link rel="stylesheet" href="css/text.css">
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<header>
|
||||
<nav class="B">
|
||||
<a href = "main.html">Main Page</a>
|
||||
|
@ -23,8 +22,8 @@
|
|||
</article>
|
||||
</section>
|
||||
</main>
|
||||
<footer>
|
||||
<p>© Copyright 2022 by 3MIC. All Rights Reserved</p>
|
||||
</footer>
|
||||
</body>
|
||||
<footer>
|
||||
<p>© Copyright 2022 by 3MIC. All Rights Reserved</p>
|
||||
</footer>
|
||||
</html>
|
|
@ -1,6 +1,7 @@
|
|||
<!DOCTYPE HTML>
|
||||
<html>
|
||||
<head>
|
||||
<link rel="stylesheet" href="css/text.css">
|
||||
<title>Mainland</title>
|
||||
</head>
|
||||
<body class="A">
|
||||
|
|
|
@ -2,19 +2,21 @@
|
|||
<!--TEST-->
|
||||
<html>
|
||||
<head>
|
||||
<link rel="stylesheet" href="css/text.css">
|
||||
<title>Where To Go?</title>
|
||||
<body class="A">
|
||||
<header class="B">
|
||||
<nav>
|
||||
<a href>Main Page</a>
|
||||
<a href>Where To Go</a>
|
||||
<a href>History</a>
|
||||
</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>
|
||||
<a href>Food and Lifestyle</a>
|
||||
<a href>Frequently Asked Questions</a>
|
||||
<a href = "faq.html">Frequently Asked Questions</a>
|
||||
</nav>
|
||||
</header>
|
||||
<hr>
|
||||
<main class="B">
|
||||
<main>
|
||||
<section>
|
||||
<article>
|
||||
<h1>Where To Go ?</h1>
|
||||
|
@ -28,7 +30,7 @@
|
|||
</section>
|
||||
</main>
|
||||
<hr>
|
||||
<footer class="B">
|
||||
<footer>
|
||||
<p>© Copyright 2022 by 3MIC. All Rights Reserved.</p>
|
||||
</footer>
|
||||
</body>
|
||||
|
|
Loading…
Reference in a new issue