-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathwelcome.html
29 lines (24 loc) · 1.12 KB
/
welcome.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
<html>
<head>
<title>Andi - your digital poker assistant</title>
<link href="css/reset.min.css" rel="stylesheet">
<link href="css/style.css" rel="stylesheet">
<link rel="shortcut icon" type="image/x-icon" href="images/favicon.png"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
</head>
<body>
<div class='page'>
<div class="logo">
<img src="images/logo.png" alt='Andi'/>
</div>
<h1>Thanks so much for joining our beta list!</h1>
<h2>If you would like to take things one step further and help shape the future of Andi, you can join our Slack Focus Group. We would love to have your input!</h2>
<a class='slack-link' href='https://join.slack.com/t/poker-andi/shared_invite/enQtNDA0NjU3MzE0OTE0LWE3OTBjYzU3ZTE3NWU5YTgzNTRlYjI0YWRjM2QwNzA5YzA2YmU3ZmU4YTQ4NTg1OTA2NTk0MTIzNjI2YWRiNDI'>Click here to join Slack</a>
<footer>
<a href="index.html">Home</a>
<a href="terms.html">Terms</a>
<a href="privacy.html">Privacy</a>
</footer>
</div>
</body>
</html>