-
Notifications
You must be signed in to change notification settings - Fork 4
/
slack.html
18 lines (18 loc) · 931 Bytes
/
slack.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!doctype html>
<html lang="en-US">
<head>
<meta charset="UTF-8">
<meta http-equiv="refresh" content="2;url=https://join.slack.com/t/dc204/shared_invite/enQtMjY2NDMwNTE4MDMzLWRhMjM1ZjdmYTk4MzA0ZGZjOWQ3ZDEyYjYxYzc0YmZlNzgxMTQ2NzNmODdlNTVkNmRhOGExM2I5YzVmMWQwMTc">
<script language="javascript">
window.setTimeout(function (){
window.location.href = "https://join.slack.com/t/dc204/shared_invite/enQtMjY2NDMwNTE4MDMzLWRhMjM1ZjdmYTk4MzA0ZGZjOWQ3ZDEyYjYxYzc0YmZlNzgxMTQ2NzNmODdlNTVkNmRhOGExM2I5YzVmMWQwMTc"
},
2000
);
</script>
<title>Redirecting to the BSidesWpg Slack</title>
</head>
<body>
Welcome! If you are not redirected automatically, follow this <a href='https://join.slack.com/t/dc204/shared_invite/enQtMjY2NDMwNTE4MDMzLWRhMjM1ZjdmYTk4MzA0ZGZjOWQ3ZDEyYjYxYzc0YmZlNzgxMTQ2NzNmODdlNTVkNmRhOGExM2I5YzVmMWQwMTc'>link to the BSidesWpg Slack!</a>
</body>
</html>