Skip to content
Snippets Groups Projects
Commit 4e83317d authored by MALAISE AURIANNE's avatar MALAISE AURIANNE
Browse files

Ajout du menu sur toutes les pages

parent 3056181b
Branches master
2 merge requests!9Ajout des nouveautés dans la branche de stylage,!1Resolve "Naviguer entre les pages"
......@@ -7,6 +7,15 @@
<title>À propos</title>
</head>
<body>
<nav>
<ul>
<li><a href="index.html">Accueil</a></li>
<li><a href="a-propos.html">À propos</a></li>
<li><a href="informations.html">Informations</a></li>
<li><a href="test.html">Test</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</nav>
Je suis Michel. Et dix golfeurs.
</body>
</html>
\ No newline at end of file
......@@ -7,6 +7,15 @@
<title>Contact</title>
</head>
<body>
<nav>
<ul>
<li><a href="index.html">Accueil</a></li>
<li><a href="a-propos.html">À propos</a></li>
<li><a href="informations.html">Informations</a></li>
<li><a href="test.html">Test</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</nav>
<form action="" method="post">
<div><label for=""><input type="text"></label></div>
<div><label for=""><input type="text"></label></div>
......
......@@ -7,6 +7,15 @@
<title>Information</title>
</head>
<body>
<nav>
<ul>
<li><a href="index.html">Accueil</a></li>
<li><a href="a-propos.html">À propos</a></li>
<li><a href="informations.html">Informations</a></li>
<li><a href="test.html">Test</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</nav>
<h1>Informations importantes sur NOTRE PROJET !!!</h1>
</body>
</html>
\ No newline at end of file
......@@ -7,6 +7,15 @@
<title>Test</title>
</head>
<body>
<nav>
<ul>
<li><a href="index.html">Accueil</a></li>
<li><a href="a-propos.html">À propos</a></li>
<li><a href="informations.html">Informations</a></li>
<li><a href="test.html">Test</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</nav>
<h1>This is a test !</h1>
</body>
</html>
\ No newline at end of file
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment