diff options
Diffstat (limited to 'to/example')
| -rw-r--r-- | to/example/index.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/to/example/index.html b/to/example/index.html index 2b56dad..e4b299a 100644 --- a/to/example/index.html +++ b/to/example/index.html @@ -18,11 +18,11 @@ <link rel="stylesheet" href="/404/css/main.css"> <!-- Invisible Scripts --> <script src="/js/loader-animation.js"></script> - <script src="/404/js/redirect-to-mobile.js"></script> + <script src="/js/refresh-on-media.js"></script> <script> var timer = setTimeout(function() { window.location='http://example.com' - }, 6000); + }, 4500); </script> </head> @@ -50,7 +50,7 @@ <div class="blog-slider"> <div class="content" style="text-align: center;"> <h1>Loading...</h1> - <h2>Redirecting in <span id="time"></span> seconds</h2> + <h2>Redirecting in <span id="time">5</span> seconds</h2> <h1> <!-- Filler --> </h1> |