-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
38 lines (38 loc) · 980 Bytes
/
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
37
38
<html>
<head>
<meta charset="UTF-8">
<title>Join Melt on Slack</title>
<style>
body {
background-color: #F5EFEA;
color: #333;
font-family: "Lucida Grande","Lucida Sans","Lucida Sans Unicode",Verdana,sans-serif;
font-size: 16px;
line-height: 1.4;
}
article {
padding: 30px;
text-align: center;
}
article hr {
margin: 30px auto;
max-width: 300px;
}
article h1 a {
text-decoration: none;
}
article h3 {
color: #777;
}
</style>
</head>
<body>
<article>
<h1><a href="https://melt-app.slack.com">Join the Melt Community on Slack</a></h1>
<h3>Check your email for the invite</h3>
<hr />
<p>You have been invited to join the Melt community on Slack.</p>
<p><b>Check your email</b> for the invite and follow the instructions to join the community.</p>
</article>
</body>
</html>