-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
36 lines (32 loc) · 1.27 KB
/
index.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
<html>
<head>
<title>Learnetto</title>
<style>
body{width:500px;margin:auto;font-family:Arial;}
#mc-embedded-subscribe{background:#d00; color:white;padding:10px;border:none;}
input{padding:10px; font-size:16px;}
</style>
</head>
<body>
<h1>Learnetto</h1>
<p>
Sorry our site is down. We'll be back soon.
</p>
<p>
Sign up to our mailing list to get updates.
<!-- Begin MailChimp Signup Form -->
<div id="mc_embed_signup">
<form action="//learnetto.us12.list-manage.com/subscribe/post?u=9a9a0718a52a4863b0041d355&id=dc9c211d3c" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate>
<div id="mc_embed_signup_scroll">
<input type="email" value="" name="EMAIL" class="email" id="mce-EMAIL" placeholder="email address" required>
<br/><br/>
<!-- 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;" aria-hidden="true"><input type="text" name="b_9a9a0718a52a4863b0041d355_dc9c211d3c" tabindex="-1" value=""></div>
<div class="clear"><input type="submit" value="Subscribe" name="subscribe" id="mc-embedded-subscribe" class="button"></div>
</div>
</form>
</div>
<!--End mc_embed_signup-->
</p>
</body>
</html>