Merge branch 'master' of https://git.etud.insa-toulouse.fr/rees/progWeb
This commit is contained in:
commit
af8a268d8f
1 changed files with 10 additions and 10 deletions
|
@ -4,7 +4,7 @@
|
|||
<meta charset="UTF-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>History and Mythology</title>
|
||||
<title>History</title>
|
||||
|
||||
|
||||
</head>
|
||||
|
@ -13,15 +13,17 @@
|
|||
<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 and Mythology</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>
|
||||
|
||||
<hr>
|
||||
|
||||
<img src="./photos/titanomachy.jpg" alt="titanomachy" width="400px" style="float:right;"/>
|
||||
<article >
|
||||
<ul>
|
||||
<ul style = "border-width:3px;border-style:solid; border-color:black; padding: 1em; width: 12%;">
|
||||
<li><a href="#History">History</a></li>
|
||||
<ul>
|
||||
<li><a href="#Ancient_Greece">Ancient Greece</a></li>
|
||||
|
@ -32,16 +34,14 @@
|
|||
<li><a href="#Mythology">Mythology</a></li>
|
||||
<ul>
|
||||
<li> <a href="#Gods">Gods and Goddesses</a></li>
|
||||
|
||||
|
||||
</ul>
|
||||
|
||||
</ul>
|
||||
|
||||
</article>
|
||||
|
||||
|
||||
|
||||
|
||||
<section>
|
||||
<h1 id = "History">History</h1>
|
||||
<article>
|
||||
|
@ -62,7 +62,6 @@
|
|||
<section>
|
||||
<h1 id = "Mythology">Mythology</h1>
|
||||
|
||||
|
||||
<article>
|
||||
<p id = "Gods"><b>Gods and Goddesses</b></p>
|
||||
|
||||
|
@ -159,8 +158,9 @@
|
|||
</tbody>
|
||||
</table>
|
||||
</article>
|
||||
<img src="./photos/titanomachy.jpg" alt="titanomachy" width="2000px"/>
|
||||
</section>
|
||||
<hr>
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
Loading…
Reference in a new issue