index.html 1.9 KB

1234567891011121314151617181920212223242526272829303132333435
  1. <!-- Direct copy of the file at ../discord.html, in case nginx redirects to this index file instead (because the "discord" folder exists now) -->
  2. <!DOCTYPE html>
  3. <html lang="en">
  4. <head>
  5. <meta charset="UTF-8">
  6. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  7. <meta name="pagename" content="Sv443 Network Discord Server">
  8. <meta name="application-name" content="Sv443 Network Discord Server">
  9. <meta property="og:title" content="Sv443 Network Discord Server">
  10. <meta name="description" content="Visit this website to join the official Sv443 Network Discord server.">
  11. <meta name="twitter:card" content="Visit this website to join the official Sv443 Network Discord server.">
  12. <meta property="og:description" content="Visit this website to join the official Sv443 Network Discord server.">
  13. <meta name="HandheldFriendly" content="true">
  14. <meta name="copyright" content="Sv443 Network">
  15. <meta name="author" content="Sv443 Network ([email protected] - https://github.com/Sv443-Network)">
  16. <meta property="og:url" content="https://sv443.net/">
  17. <meta property="og:type" content="profile">
  18. <meta property="og:image" content="./resources/images/Sv443NetworkIcon.png">
  19. <link rel="icon" href="./resources/images/Sv443NetworkIcon.png">
  20. <meta http-equiv="refresh" content="1; URL=https://discord.gg/aBH4uRG">
  21. <title>Sv443 - Discord</title>
  22. <link rel="stylesheet" href="../css/redirect.css">
  23. <script src="https://cdn.jsdelivr.net/npm/js-cookie@rc/dist/js.cookie.min.js"></script>
  24. <script type="text/javascript" src="./js/redirect.js"></script>
  25. </head>
  26. <body onload="otheronload(); redirect('https://discord.gg/aBH4uRG');">
  27. <main>
  28. <h2>You are being redirected to Discord.</h2>
  29. <h3>If not, please <a href="https://discord.gg/aBH4uRG" target="_self">click here</a></h3>
  30. </main>
  31. </body>
  32. </html>