profile-site/index.html

28 lines
763 B
HTML
Raw Normal View History

2020-12-01 15:10:26 -05:00
<!DOCTYPE html>
2022-11-05 18:43:49 -04:00
<html lang="en">
<head>
2024-10-18 21:38:27 -04:00
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Redirecting...</title>
2024-10-18 21:44:44 -04:00
<meta http-equiv="refresh" content=".2;url=https://hnasheralneam.dev">
2024-10-18 21:38:27 -04:00
<style>
body {
display: flex;
justify-content: center;
align-items: center;
height: 100vh;
font-family: Arial, sans-serif;
text-align: center;
}
</style>
2022-11-05 18:43:49 -04:00
</head>
<body>
2024-10-18 21:38:27 -04:00
<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>
2024-10-18 21:44:44 -04:00
<p>You will be redirected momentarily.</p>
2024-10-18 21:38:27 -04:00
</div>
2022-11-05 18:43:49 -04:00
</body>
2023-11-22 14:41:56 -05:00
</html>
2024-10-18 21:38:27 -04:00