-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathContact.html
31 lines (26 loc) · 1.18 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
<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="UTF-8">
<title>Page de contact</title>
<link rel="icon" type="image/png" href="Netflix-new-icon.png" />
<link rel="stylesheet" href="Projet.css">
<script src="Projet.js"></script>
</head>
<body class="infos">
<header class="header_infos">
<a href="Netflux_fr.html"><img src="NETFLUX.png" alt="le logo ne peut pas se charger" class="footer_title" /></a>
</header>
<br>
<h1 class="info_title">Contactez le service clientèle</h1>
<label for="dialog">Contactez nous via l'espace ci-dessous :</label><br> Votre email : <input type="text" name="FirstName"> Objet :<input type="text" id="objet">
<textarea id="dialog" name="dialog" placeholder="Entrez votre demande : "></textarea><br>
<button onclick="contact()">Envoyer</button><br><br><br>
<footer class="footer_infos">
<h3>Antoine DAO & Yann GOETGHELUCK</h3>
<a href="pages_info_legales.html">Page d'informations légales</a>
<a href="mentions_legales.html">Mentions légales</a>
<a href="Conditions_utilisation.html">Conditions d'utilisation</a>
</footer>
</body>
</html>