-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtest.html
More file actions
31 lines (27 loc) · 1.42 KB
/
test.html
File metadata and controls
31 lines (27 loc) · 1.42 KB
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>
<!-- Bootstrap Core CSS -->
<link href="assets/bootstrap/css/bootstrap.min.css" rel="stylesheet">
</head>
<body>
<!-- Begin MailChimp Signup Form -->
<div id="mc_embed_signup" class="text-center">
<form action="http://eatpopchef.us9.list-manage.com/subscribe/post?u=994934f7233ba343a43aa6907&id=18ccee615f" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate form-inline" target="_blank" novalidate>
<div class="mc-field-group form-group">
<label for="mce-EMAIL" class="sr-only">Email Address </label>
<input type="email" value="" name="EMAIL" class="required email form-control" id="mce-EMAIL" placeholder="Votre adresse mail">
</div>
<input class="inline btn btn-primary" type="submit" value="Me prévenir du lancement" name="subscribe" id="mc-embedded-subscribe">
<div id="mce-responses">
<div class="response" id="mce-error-response" style="display:none"></div>
<div class="response" id="mce-success-response" style="display:none"></div>
</div> <!-- real people should not fill this in and expect good things - do not remove this or risk form bot signups-->
<div style="position: absolute; left: -5000px;">
<input type="text" name="b_994934f7233ba343a43aa6907_18ccee615f" tabindex="-1" value="">
</div>
</form>
</div>
<!--End mc_embed_signup-->
</body>
</html>