This commit is contained in:
Tizziana Mansy 2022-12-22 13:51:47 +01:00
parent b6edc2f643
commit 81074da1e4
2 changed files with 1 additions and 3 deletions

View file

@ -5,6 +5,7 @@
<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>FAQ</title> <title>FAQ</title>
<link rel="stylesheet" href="css/text.css">
</head> </head>
<body> <body>
<header> <header>

View file

@ -10,11 +10,8 @@
<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>
<<<<<<< HEAD
<a href = "history_mythology.html">History and Mythology</a> <a href = "history_mythology.html">History and Mythology</a>
=======
<a href = "history_mythology.html">History</a> <a href = "history_mythology.html">History</a>
>>>>>>> 7b55c056e680e35408f53eb448d6cd0881856a11
<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>