Files
justice/www/html/Game/public/trycss/game-justic2/index.html
T
2026-05-26 10:48:16 +00:00

19 lines
820 B
HTML

<!DOCTYPE html>
<html lang="th">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="referrer" content="origin-when-cross-origin">
<title>Redirecting…</title>
<script>
// ใช้ relative path เพื่อให้ทำงานได้ทั้งเปิดที่ docroot และที่ /game-justic2/
// (กรณี absolute "/Login/" จะถูก root .htaccess รีไรท์เข้า project ที่ตรงตาม Referer)
window.location.replace('Login/');
</script>
<meta http-equiv="refresh" content="0; url=Login/">
</head>
<body>
<p>กำลังเปลี่ยนเส้นทางไปหน้า <a href="Login/">เข้าสู่ระบบ</a></p>
</body>
</html>