-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact.html
38 lines (35 loc) · 1.17 KB
/
contact.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Contact</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<header>
<div class="container">
<h1>DroguerieTamriOfficiel</h1>
<nav>
<a href="index.html">Accueil</a>
<a href="profile.html">Profil</a>
<a href="contact.html">Contact</a>
<a href="about.html">À propos</a>
</nav>
</div>
</header>
<main class="container">
<section class="section-title">
<h2>Contactez-nous</h2>
</section>
<!-- Ajoutez ici le formulaire de contact -->
<a href="https://mail.google.com/mail/u/0/?hl=fr#inbox?compose=GTvVlcSDXXqBmvqrQQRKJBCRXnrvDzbjjkrbXFjRdNWLrxrnWNkbpTxWjldnzdJZqnXbRGVQcCxNv">Envoyer un e-mail</a>
</main>
<footer>
<div class="container">
<p>Tous droits réservés © 2023 DroguerieTamriOfficiel</p>
</div>
</footer>
<script src="script.js"></script>
</body>
</html>