Using only HTML, you can see the code below:
Waiting 10 seconds for the redirection...
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="refresh" content="10;url=https://prozak.org">
<title>Redirecting...</title>
</head>
<body>
<h2>A pure HTML based redirection to my blog, <a href="https://prozak.org">https://prozak.org</a></h2>
<p>Waiting 10 seconds for the redirection...</p>
</body>
</html>