mirror of
https://github.com/hnasheralneam/hnasheralneam.github.io.git
synced 2024-11-07 08:05: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 name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Redirecting...</title>
|
||||
<meta http-equiv="refresh" content="5;url=https://hnasheralneam.dev">
|
||||
<meta http-equiv="refresh" content=".2;url=https://hnasheralneam.dev">
|
||||
<style>
|
||||
body {
|
||||
display: flex;
|
||||
|
@ -20,7 +20,7 @@
|
|||
<div>
|
||||
<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>You will be redirected in 5 seconds.</p>
|
||||
<p>You will be redirected momentarily.</p>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Reference in a new issue