<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Redirecting...</title>
    <meta http-equiv="refresh" content=".2;url=https://hnasheralneam.dev">
    <style>
        body {
            display: flex;
            justify-content: center;
            align-items: center;
            height: 100vh;
            font-family: Arial, sans-serif;
            text-align: center;
        }
    </style>
</head>
<body>
    <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 momentarily.</p>
    </div>
</body>
</html>