2026-02-13 14:01:04 -07:00
|
|
|
<!DOCTYPE html>
|
|
|
|
|
<html>
|
|
|
|
|
<head>
|
|
|
|
|
<meta charset="utf-8">
|
|
|
|
|
<title>Redirecting</title>
|
|
|
|
|
<noscript>
|
2026-02-14 07:47:30 +00:00
|
|
|
<meta http-equiv="refresh" content="1; url=next/" />
|
2026-02-13 14:01:04 -07:00
|
|
|
</noscript>
|
|
|
|
|
<script>
|
|
|
|
|
window.location.replace(
|
2026-02-14 07:47:30 +00:00
|
|
|
"next/" + window.location.search + window.location.hash
|
2026-02-13 14:01:04 -07:00
|
|
|
);
|
|
|
|
|
</script>
|
|
|
|
|
</head>
|
|
|
|
|
<body>
|
2026-02-14 07:47:30 +00:00
|
|
|
Redirecting to <a href="next/">next/</a>...
|
2026-02-13 14:01:04 -07:00
|
|
|
</body>
|
|
|
|
|
</html>
|