-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathslack.html
More file actions
18 lines (18 loc) · 931 Bytes
/
slack.html
File metadata and controls
18 lines (18 loc) · 931 Bytes
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/enQtNjU2MTA4NTM0Mzg4LTgyZDgwY2MwMjc5NDFkYzBmOWI5MThjZDg4MjE5YWI4NWVlNmQxMWM5ZjAwNzIwY2I2MDk3ZjM4NjA3YzJhZGI">
<script language="javascript">
window.setTimeout(function (){
window.location.href = "https://join.slack.com/t/dc204/shared_invite/enQtNjU2MTA4NTM0Mzg4LTgyZDgwY2MwMjc5NDFkYzBmOWI5MThjZDg4MjE5YWI4NWVlNmQxMWM5ZjAwNzIwY2I2MDk3ZjM4NjA3YzJhZGI"
},
2000
);
</script>
<title>Redirecting to the DC204 Slack team</title>
</head>
<body>
Welcome! If you are not redirected automatically, follow this <a href="https://join.slack.com/t/dc204/shared_invite/enQtNjU2MTA4NTM0Mzg4LTgyZDgwY2MwMjc5NDFkYzBmOWI5MThjZDg4MjE5YWI4NWVlNmQxMWM5ZjAwNzIwY2I2MDk3ZjM4NjA3YzJhZGI">link to DC204's Slack team!</a>
</body>
</html>