Faster redirect

This commit is contained in:
Hamza Nasher-Alneam 2024-10-18 21:44:44 -04:00 committed by GitHub
parent a6747610d1
commit 892b7fcae0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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>