This repository has been archived by the owner on Sep 17, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
merci.html
48 lines (45 loc) · 2.05 KB
/
merci.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
39
40
41
42
43
44
45
46
47
48
<!DOCTYPE html>
<html lang="fr">
<head>
<title>JDIs</title>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!--bootstrap css-->
<link href="bootstrap/css/bootstrap.min.css" rel="stylesheet">
<!--custom css-->
<link href="css/style.css" rel="stylesheet" type="text/css">
<!--flex slider css-->
<link href="css/flexslider.css" rel="stylesheet">
<!--google web fonts css-->
<link href='//fonts.googleapis.com/css?family=Raleway:400,300,500,600,800' rel='stylesheet' type='text/css'>
<!-- icons css-->
<link href="font-awesome/css/font-awesome.min.css" rel="stylesheet">
<!--owl carousel css-->
<link href="css/owl.carousel.css" rel="stylesheet" type="text/css" media="screen">
<link href="css/owl.theme.css" rel="stylesheet" type="text/css" media="screen">
<link href="favicon.ico" rel="shortcut icon" type="image/x-icon">
<link href="css/jdis.css" rel="stylesheet" type="text/css" media="screen">
<!-- The HTML5 shim, for IE6-8 support of HTML5 elements -->
<!--[if lt IE 9]>
<script src="//html5shim.googlecode.com/svn/trunk/html5.js"></script>
<script src="/js/respond.min.js"></script>
<![endif]-->
</head>
<body data-spy="scroll" data-target="#navigation" data-offset="80">
<section id="description">
<div class="about-section padding-80">
<div class="container">
<div class="section-heading text-center">
<img width="300px" src="/img/jdis-img.png"/>
<br><br>
<h2 class="large section-title">Merci!</h2>
<br>
<p><strong>Votre message a été envoyé. Nous vous répondrons dès que possible.</strong></p>
<p><a href="javascript:history.back()">Retour à l'accueil</a></p>
</div>
</div>
</div>
</section>
</body>
</html>