-
Notifications
You must be signed in to change notification settings - Fork 0
/
coming-soon.html
32 lines (31 loc) · 1.15 KB
/
coming-soon.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" href="coming-soon.css">
</head>
<body>
<div class="wrapper">
<div>
<img src="logo deal de luxe.png" alt="logo" style="width: 250px;">
</div><br>
<div class="title">
Ceci sera <span>Bientôt Disponible</span>, suivez-nous et abonnez-vous pour être parmi les premiers à être notifiés dès sa sortie !
</div>
<form action="#" class="form">
<div class="email-field">
<input type="email" placeholder="Enter Email Address" required>
<button type="submit">Subscribe</button>
</div>
</form>
<div>
<a href="https://www.facebook.com/dealdeluxeSARL/"><img src="images/facebook icon.png" alt=""></a>
<!-- <a href=""><img src="images/insta icon.png" alt=""></a> -->
</div><br>
<p> Made with ❤ by T.Chady</p>
</div>
</body>
</html>