mirror of
https://github.com/hnasheralneam/hnasheralneam.github.io.git
synced 2024-11-06 15:45:54 -05:00
Faster redirect
This commit is contained in:
parent
a6747610d1
commit
892b7fcae0
1 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<title>Redirecting...</title>
|
<title>Redirecting...</title>
|
||||||
<meta http-equiv="refresh" content="5;url=https://hnasheralneam.dev">
|
<meta http-equiv="refresh" content=".2;url=https://hnasheralneam.dev">
|
||||||
<style>
|
<style>
|
||||||
body {
|
body {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
@ -20,7 +20,7 @@
|
||||||
<div>
|
<div>
|
||||||
<h1>Redirecting...</h1>
|
<h1>Redirecting...</h1>
|
||||||
<p>If you are not redirected automatically, <a href="https://hnasheralneam.dev">click here</a> to go to the site.</p>
|
<p>If you are not redirected automatically, <a href="https://hnasheralneam.dev">click here</a> to go to the site.</p>
|
||||||
<p>You will be redirected in 5 seconds.</p>
|
<p>You will be redirected momentarily.</p>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
Loading…
Reference in a new issue