Transférer les fichiers vers ''
This commit is contained in:
parent
e7d96f91d3
commit
009fa387b3
1 changed files with 35 additions and 0 deletions
35
where_to_go.html
Normal file
35
where_to_go.html
Normal file
|
@ -0,0 +1,35 @@
|
|||
<!DOCTYPE HTML>
|
||||
<html>
|
||||
<head>
|
||||
<title>Where To Go?</title>
|
||||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css">
|
||||
<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 Lifestile</a>
|
||||
<a href>Frequently Asked Questions</a>
|
||||
</nav>
|
||||
</header>
|
||||
<hr>
|
||||
<main class="B">
|
||||
<section>
|
||||
<article>
|
||||
<h1>Where To Go ?</h1>
|
||||
<a href="islands.html">Islands</a>
|
||||
</article>
|
||||
</section>
|
||||
<section>
|
||||
<article>
|
||||
<a href="mainland.html">Mainland</a>
|
||||
</article>
|
||||
</section>
|
||||
</main>
|
||||
<hr>
|
||||
<footer class="B">
|
||||
<p>© Copyright 2022 by 3MIC. All Rights Reserved.</p>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
Loading…
Reference in a new issue