-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathholding.html
59 lines (56 loc) · 3.11 KB
/
holding.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
49
50
51
52
53
54
55
56
57
58
59
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>WebThings</title>
<link rel="icon" href="images/icon.svg" />
<link rel="stylesheet" href="https://code.cdn.mozilla.net/fonts/fira.css">
<link rel="stylesheet" type="text/css" href="css/index.css" />
<link rel="stylesheet" media="(max-width: 959px)" href="css/index-mobile.css" />
<meta name="description" content="Flying the nest. Mozilla WebThings is becoming WebThings." />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:site" content="@WebThingsIO" />
<meta property="og:title" content="WebThings" />
<meta property="og:description" content="Flying the nest. Mozilla WebThings is becoming WebThings." />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://webthings.io" />
<meta property="og:image" content="https://webthings.io/images/banner.png" />
</head>
<body>
<main>
<h1>Flying the nest.</h1>
<img src="images/logos.svg" alt = "Mozilla WebThings -> WebThings"/>
<p><strong>“Mozilla WebThings”</strong> is becoming <strong>“WebThings”</strong></p>
<!-- Signup Form -->
<div id="mc_embed_signup">
<form id="register" action="https://webthings.us17.list-manage.com/subscribe/post" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate">
<input type="hidden" name="u" value="cf8fedf8faeedfa1c73369b53">
<input type="hidden" name="id" value="2281dc60bc">
<div id="mc_embed_signup_scroll">
<h2>Sign up for updates</h2>
<div class="mc-field-group">
<input type="text" value="" name="FIRST_NAME" class="" id="mce-FIRST_NAME" placeholder="First name" required />
</div>
<div class="mc-field-group">
<input type="text" value="" name="LAST_NAME" class="" id="mce-LAST_NAME" placeholder="Last name" required />
</div>
<div class="mc-field-group">
<input type="email" value="" name="EMAIL" class="required email" id="mce-EMAIL" placeholder="Email address" required />
</div>
<div id="mce-responses" class="clear">
<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 -->
<div style="position: absolute; left: -5000px;" aria-hidden="true"><input type="text" name="b_4c7df68d508c5a0e296c0423c_00f1f4d619" tabindex="-1" value=""></div>
<div class="clear"><input type="submit" value="Register" name="subscribe" id="mc-embedded-subscribe" class="button"></div>
<a id="privacy-link" href="/privacy">Privacy Policy</a>
</div>
</form>
</div>
<!-- End of signup form -->
</main>
<footer>Sponsored by <a href="https://krellian.com">Krellian</a></footer>
</body>
</html>