-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy paththanks.html
35 lines (35 loc) · 1.47 KB
/
thanks.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
<!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" type="text/css" href="css/index.css" />
<link rel="stylesheet" type="text/css" href="css/thanks.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>
<header>
<img id="logo" src="/images/webthings_wordmark-light.svg" alt="WebThings" />
</header>
<section id="thanks">
<p>Thank you for registering your interest.</p>
<a href="/">« Back</a>
</section>
<footer>
<nav id="social">
<a id="twitter-icon" href="https://twitter.com/WebThingsIO"></a>
</nav>
<span id="sponsored">Sponsored by <a href="https://krellian.com">Krellian</a></span>
</footer>
</body>
</html>