Files
2026-07-13 13:05:52 +08:00

18 lines
485 B
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Kami · Redirect</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="refresh" content="0; url=./">
<meta name="robots" content="noindex">
<link rel="canonical" href="./">
</head>
<body>
<script>
window.location.replace("./");
</script>
<p>Redirecting to the homepage. If it does not redirect, open <a href="./">Kami homepage</a>.</p>
</body>
</html>