diff options
| author | s1n <[email protected]> | 2019-10-24 16:47:41 -0700 |
|---|---|---|
| committer | s1n <[email protected]> | 2019-10-24 16:47:41 -0700 |
| commit | 96813d6fb9fafe787e4f46e71007d1f156fd81c5 (patch) | |
| tree | 32dd31a339620d2de652a5a83d5882d8870b1ff9 /to/example | |
| parent | Update humans.txt (diff) | |
| download | s1n.pw-admin-96813d6fb9fafe787e4f46e71007d1f156fd81c5.tar.xz s1n.pw-admin-96813d6fb9fafe787e4f46e71007d1f156fd81c5.zip | |
make redirect accurate and nice
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> |