Compare commits

..

No commits in common. "721dd19eb3faafa868cec18972bfbe633bd91bac" and "2d8a782100eeb510319773dfccd82d6b9a61415a" have entirely different histories.

View file

@ -4,7 +4,7 @@
<meta charset="UTF-8"> <meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>History</title> <title>History and Mythology</title>
</head> </head>
@ -13,17 +13,15 @@
<nav class="B"> <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 and Mythology</a>
<a href = "food_lifestyle.html">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>
<img src="./photos/titanomachy.jpg" alt="titanomachy" width="400px" style="float:right;"/> <article>
<article > <ul>
<ul style = "border-width:3px;border-style:solid; border-color:black; padding: 1em; width: 12%;">
<li><a href="#History">History</a></li> <li><a href="#History">History</a></li>
<ul> <ul>
<li><a href="#Ancient_Greece">Ancient Greece</a></li> <li><a href="#Ancient_Greece">Ancient Greece</a></li>
@ -34,11 +32,13 @@
<li><a href="#Mythology">Mythology</a></li> <li><a href="#Mythology">Mythology</a></li>
<ul> <ul>
<li> <a href="#Gods">Gods and Goddesses</a></li> <li> <a href="#Gods">Gods and Goddesses</a></li>
</ul> </ul>
</ul> </ul>
</article> </article>
@ -62,6 +62,7 @@
<section> <section>
<h1 id = "Mythology">Mythology</h1> <h1 id = "Mythology">Mythology</h1>
<article> <article>
<p id = "Gods"><b>Gods and Goddesses</b></p> <p id = "Gods"><b>Gods and Goddesses</b></p>
@ -158,9 +159,8 @@
</tbody> </tbody>
</table> </table>
</article> </article>
<img src="./photos/titanomachy.jpg" alt="titanomachy" width="2000px"/>
</section> </section>
<hr>
</body> </body>
</html> </html>