Merge branch 'master' of https://git.etud.insa-toulouse.fr/rees/progWeb
This commit is contained in:
commit
1cccacb27e
3 changed files with 30 additions and 9 deletions
21
food_lifestyle.html
Normal file
21
food_lifestyle.html
Normal file
|
@ -0,0 +1,21 @@
|
|||
<!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 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>
|
||||
<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>
|
||||
|
||||
|
||||
|
|
|
@ -11,7 +11,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 and Lifestyle</a>
|
||||
<a href = "food_lifestyle.html">Food and Lifestyle</a>
|
||||
<a href = "faq.html">Frequently Asked Questions</a>
|
||||
</nav>
|
||||
</header>
|
||||
|
|
Loading…
Reference in a new issue