1
0

index.html 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  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 property="og:url" content="https://sv443.net/">
  16. <meta property="og:type" content="profile">
  17. <meta property="og:image" content="https://sv443.net/resources/images/Sv443NetworkIcon_rounded.png">
  18. <link rel="icon" href="https://sv443.net/resources/images/Sv443NetworkIcon_rounded.png">
  19. <meta http-equiv="refresh" content="1; URL=https://discord.gg/aBH4uRG">
  20. <title>Sv443 - Discord</title>
  21. <link rel="stylesheet" href="https://sv443.net/css/redirect.css">
  22. <script src="https://cdn.jsdelivr.net/npm/js-cookie@rc/dist/js.cookie.min.js"></script>
  23. <script type="text/javascript" src="https://sv443.net/js/redirect.js"></script>
  24. </head>
  25. <body onload="otheronload(); redirect('https://discord.gg/aBH4uRG');">
  26. <main>
  27. <a href="https://discord.gg/aBH4uRG" target="_self">
  28. <img id="logo" src="https://sv443.net/resources/images/Sv443NetworkIcon_rounded.png">
  29. </a>
  30. <h2>You are being redirected to Discord</h2>
  31. <h3>If not, please <a href="https://discord.gg/aBH4uRG" target="_self">click here</a></h3>
  32. </main>
  33. </body>
  34. </html>