Files
archived-vdo.ninja/hash.html
2025-03-03 13:21:22 -05:00

14 lines
429 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Redirecting to changepassword.html</title>
<script>
window.location.href = "./changepassword.html";
</script>
</head>
<body>
<p>If you are not redirected automatically, please <a href="./changepassword.html">click here</a>.</p>
</body>
</html>