1
0

discord.html 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="UTF-8">
  5. <meta name="pagename" content="Sv443 Network Discord Server"> <!--#SECTION-->
  6. <meta name="application-name" content="Sv443 Network Discord Server"> <!--#SECTION-->
  7. <meta property="og:title" content="Sv443 Network Discord Server"> <!--#SECTION-->
  8. <meta name="description" content="Visit this website to join the official Sv443 Network Discord server."> <!--#SECTION-->
  9. <meta name="twitter:card" content="Visit this website to join the official Sv443 Network Discord server."> <!--#SECTION-->
  10. <meta property="og:description" content="Visit this website to join the official Sv443 Network Discord server."> <!--#SECTION-->
  11. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  12. <meta name="HandheldFriendly" content="true">
  13. <meta name="copyright" content="Sv443 - Licensed under the MIT license ( https://sv443.net/LICENSE )">
  14. <meta name="author" content="Sv443 Network ([email protected] - https://github.com/Sv443-Network)">
  15. <meta property="og:url" content="https://sv443.net/">
  16. <meta property="og:type" content="profile">
  17. <meta property="og:image" content="cdn/other/icons_v3/Sv443NetworkIcon.jpg">
  18. <link rel="icon" href="cdn/other/icons_v3/Sv443NetworkIcon.jpg">
  19. <meta http-equiv="refresh" content="2; URL=https://discord.gg/aBH4uRG"> <!--#SECTION-->
  20. <style>
  21. body {
  22. font-family: "Segoe UI", "Arial", "Calibri", sans-serif;
  23. background-color: #36393f;
  24. color: #fff;
  25. text-align: center;
  26. }
  27. main {
  28. display: inline-block;
  29. font-size: 20px;
  30. }
  31. a {
  32. color: #8c9eff;
  33. text-decoration: none;
  34. }
  35. a:hover {
  36. color: #acb8ff;
  37. text-decoration: underline;
  38. }
  39. </style>
  40. </head>
  41. <body>
  42. <br><br><br>
  43. <main>
  44. You are being redirected to Discord.<br>
  45. If not, please <a href="https://discord.gg/aBH4uRG" target="_self">click here.</a> <!--#SECTION-->
  46. </main>
  47. <script>
  48. var redirectURL = "https://discord.gg/aBH4uRG"; //#SECTION
  49. try
  50. {
  51. setTimeout(function() {
  52. window.location.replace(redirectURL);
  53. }, 2000);
  54. }
  55. catch(err)
  56. {
  57. try
  58. {
  59. window.location.href = redirectURL;
  60. }
  61. catch(err2)
  62. {
  63. window.alert("Couldn't automatically redirect - Please visit this link manually: https://discord.gg/aBH4uRG"); //#SECTION
  64. }
  65. }
  66. </script>
  67. </body>
  68. </html>