Direct MyXL


SUBMITTED BY: Wawo97

DATE: May 25, 2024, 2:26 p.m.

UPDATED: May 25, 2024, 2:40 p.m.

FORMAT: HTML

SIZE: 1.9 kB

HITS: 384

  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="UTF-8">
  5. <meta http-equiv="refresh" content="5;url=DIRECT MyXL">
  6. <title>Redirecting...</title>
  7. <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css">
  8. <style>
  9. body {
  10. font-family: Arial, sans-serif;
  11. text-align: center;
  12. padding: 20px;
  13. }
  14. </style>
  15. </head>
  16. <body>
  17. <div class="container">
  18. <div class="jumbotron">
  19. <h1 class="display-4">Redirecting to <a href="https://raw.githack.com/wawo97/DirectMyXL/master/MyXL.html">DIRECT MyXL</a></h1>
  20. <p class="lead">If you are not redirected, <a href="https://raw.githack.com/wawo97/DirectMyXL/master/MyXL.html">click here</a>.</p>
  21. <hr class="my-4">
  22. <p id="countdown" class="lead">Redirecting in 5 seconds...</p>
  23. </div>
  24. </div>
  25. <script>
  26. function updateCountdown(seconds) {
  27. document.getElementById('countdown').textContent = `Redirecting in ${seconds} seconds...`;
  28. }
  29. function redirect() {
  30. window.location.href = 'https://raw.githack.com/wawo97/DirectMyXL/master/MyXL.html';
  31. }
  32. const delay = 5000;
  33. setTimeout(redirect, delay);
  34. let secondsLeft = Math.ceil(delay / 1000);
  35. const countdownInterval = setInterval(function() {
  36. updateCountdown(secondsLeft);
  37. secondsLeft--;
  38. if (secondsLeft < 0) {
  39. clearInterval(countdownInterval);
  40. }
  41. }, 1000);
  42. </script>
  43. <script src="https://code.jquery.com/jquery-3.5.1.slim.min.js"></script>
  44. <script src="https://cdn.jsdelivr.net/npm/@popperjs/core@2.0.7/dist/umd/popper.min.js"></script>
  45. <script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js"></script>
  46. </body>
  47. </html>

comments powered by Disqus