1
0
mirror of https://github.com/avinal/avinal.github.io.git synced 2026-07-03 23:30:09 +05:30
Files
avinal.github.io/html-only/layouts/404.html
T

19 lines
446 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="refresh" content="0;url=https://avinal.space/404">
<script type="text/javascript">
setTimeout(function () {
window.location.href = "https://avinal.space/404";
}, 0);
</script>
<title>Redirecting...</title>
</head>
<body>
If you are not redirected, <a href="https://avinal.space">click here</a>.
</body>
</html>