-
Notifications
You must be signed in to change notification settings - Fork 0
/
contact.php
62 lines (57 loc) · 3.19 KB
/
contact.php
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
<!DOCTYPE HTML>
<html lang="en-EN">
<head>
<title> Mon shop</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="page.css">
<link href="https://fonts.googleapis.com/css?family=Lovers+Quarrel|Merienda" rel="stylesheet">
</head>
<body>
<?php include "headernavtop.php"; ?>
<center class="eee" style=" background-color: rgba(255,251,251,0.5)!important">
<div class="leselments" style="margin: 0 auto 1% auto">
<!--img class="imgcntct" width="70%" src="http://www.clinica-aeromedica.net/sites/default/files/xbanner-contacto.png.pagespeed.ic.2Fyw51q0Hl.png" alt=""-->
<h3>Formulaire à utiliser en cas de probème technique ou pour toute question relative aux services offerts par le Valium Store</h3>
<form method="post" spellcheck="true" action="index.html" contenteditable="true" autocomplete="off" enctype="SSL" title="Envoyer le message">
<div>
<label style="margin-left:7%;" for="nom">Votre Nom</label><br><br>
<input style="margin-left:7%;border-radius:13px;box-shadow: 0px 0px 3px black inset;border:0px solid white;width:82%!important" placeholder=" EX: MOHAMED" type="text" name="nom" id="nom"><br><br>
<label style="margin-left:7%;" for="email">Votre E-mail</label> <a style="color:red">*</a><br><br>
<input style="margin-left:7%;border-radius: 13px;box-shadow: 0px 0px 3px black inset;border:0px solid white;width:82%!important" placeholder=" EX: mohamed@site.com" required="yes" id="email" type="email" name="email">
<br>
<label style="margin-left:7%;" for="email">Votre Message</label><a style="color:red">*</a><br><br>
<textarea style=" height:220px;width:82%;margin-left:7%;box-shadow: 0px 0px 3px black inset;border-top-right-radius: 20px;border-bottom-left-radius: 20px;" placeholder=" Votre Message" required="yes"type="text" name="message"></textarea>
<br><br><center>
<input class="btn" type="submit" value="Envoyer" name="envoyer" style="font-family:'Lovers Quarrel';margin-bottom: 1%;"></center>
<h4 style="font-size: 10px;color: red">*Champs Obligatoires</h4>
</div>
</form>
</div>
</center>
<nav class="nav-down">
<li class="menu-ind-top">
<a href="#">Top</a>
</li>
<div class="table">
<ul>
<li class="menu-ind">
<a href="about.html">A propos</a>
</li>
<li class="menu-ind">
<a href="hobbies.html">Politique de confidentialité</a>
</li>
</ul>
</div>
</nav>
<footer id="snow" style="display: inline-block ;background-color: rgba(52, 73, 94,0)">
<div style="width:80%;display: inline-block ;float: left!important;margin-top:4px" >
<a style="padding-right: 5px" href="#">
<img style="height: auto;width:100%;" src="images/visa.png">
</a>
</div>
<a href="index.php"><img height="80px" style="float:right;background-color: rgba(52, 73, 94,0);margin-top: -20px" src="images/madewithlove.png">
</a>
</footer>
</body>
</html>