This commit is contained in:
Y-Quynh Nguyen 2022-12-12 09:07:34 +01:00
parent af9d3ac41e
commit f71f4acb11
2 changed files with 15 additions and 0 deletions

View file

@ -7,6 +7,15 @@
<title>FAQ</title> <title>FAQ</title>
</head> </head>
<body> <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>
<ol> <ol>
<li> <li>
<h4>How do I get to Greece ?</h4> <h4>How do I get to Greece ?</h4>

View file

@ -61,6 +61,12 @@
<section> <section>
<h1 id = "Mythology">Mythology</h1> <h1 id = "Mythology">Mythology</h1>
<article>
<p id = "Greece"><b>New Greece</b></p>
</article>
<img src="./photos/titanomachy.jpg" alt="titanomachy" width="2000px"/> <img src="./photos/titanomachy.jpg" alt="titanomachy" width="2000px"/>
</section> </section>