published_versions/community/join-slack.html/index.html (11 lines of code) (raw):

<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <meta http-equiv="refresh" content="0; url=/community/join-slack"> <link rel="canonical" href="/community/join-slack" /> </head> <script> window.location.href = '/community/join-slack' + window.location.search + window.location.hash; </script> </html>