<!DOCTYPE html>
<html>
<head>
    <meta charset="UTF-8">
    <meta http-equiv="refresh" content="5;url=https://example.com">
    <title>Redirecting...</title>
</head>
<body>
    <div style="text-align: center; margin-top: 100px;">
        <h1>Redirecting...</h1>
        <p>You will be redirected to example.com in 5 seconds.</p>
        <p>If you are not redirected, please click <a href="https://example.com">here</a>.</p>
    </div>
</body>
</html>