-
Notifications
You must be signed in to change notification settings - Fork 16
/
Slack.html
38 lines (32 loc) · 1.13 KB
/
Slack.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
<!DOCTYPE html>
<html>
<head>
<title>
Slack Invitation Link - hrshmistry
</title>
<!-- Style to create button -->
<style>
.SLK {
background-color: white;
border: 3px solid black;
color: green;
text-align: center;
display: inline-block;
font-size: 80px;
cursor: pointer;
}
</style>
</head>
<body >
<center style="font-size:70px;color:red;font-family:'Courier New'">Hybrid Multi-Cloud</center>
<p align = "center"><img src="https://s3hrsh.s3.ap-south-1.amazonaws.com/cloud.jpg" width="300" height="300"></p>
<center style="font-size:40px;color:blue;font-family:'Courier New'">Your Personal Slack Invitation Link</center>
<!-- Adding link to the button on the onclick event -->
<center>
<button class="SLK"
onclick="window.location.href = 'https://join.slack.com/t/hybridmulti-cloud/shared_invite/zt-etnyk2vm-gngGCm2hnk1VbOPR9nGpnw';">
JOIN NOW
</button>
</center>
</body>
</html>