Compare commits
No commits in common. "b5c8955b70618dcc0c26ba5368fac10c3fb9efff" and "bb284a9ef85e9016cf65a7dc06e575c45e108af5" have entirely different histories.
b5c8955b70
...
bb284a9ef8
3 changed files with 9 additions and 30 deletions
|
|
@ -1,21 +0,0 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<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>Food and Lifestyle</title>
|
||||
</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_lifestyle.html">Food and Lifestyle</a>
|
||||
<a href = "faq.html">Frequently Asked Questions</a>
|
||||
</nav>
|
||||
</header>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
|
@ -9,14 +9,14 @@
|
|||
|
||||
</head>
|
||||
<body class="A">
|
||||
<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 class="B">
|
||||
<nav>
|
||||
<a href>Main Page</a>
|
||||
<a href>Where To Go</a>
|
||||
<a href>History</a>
|
||||
<a href>Food and Lifestyle</a>
|
||||
<a href>Frequently Asked Questions</a>
|
||||
</nav>
|
||||
</header>
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@
|
|||
<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>Food and Lifestyle</a>
|
||||
<a href = "faq.html">Frequently Asked Questions</a>
|
||||
</nav>
|
||||
</header>
|
||||
|
|
|
|||
Loading…
Reference in a new issue