diff options
Diffstat (limited to 'template.html')
| -rw-r--r-- | template.html | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/template.html b/template.html index 9219b8e..d6e0406 100644 --- a/template.html +++ b/template.html @@ -42,7 +42,6 @@ <li><a href="gallerie.html">gallerie</a></li> </ol> </nav> - <a class="lang" href="">EN</a> </div> </header> @@ -54,6 +53,9 @@ <img class="button close" src="images/close.svg"> <label for="social">Nous contacter</label> <div class="content"> + <a class="lang" href=""> + EN + </a> <a href="https://www.facebook.com/quatuorbellefeuille/" target="_blank" rel="noreferrer noopener"> <img src="images/facebook-logo.svg"> @@ -66,9 +68,9 @@ target="_blank" rel="noreferrer noopener"> <img src="images/youtube-logo.svg"> </a> - <p class="contact"> - <a href="contact.html">contact</a> - </p> + <a class="contact" href="contact.html"> + contact + </a> </div> </footer> |
