Files
justice/www/html/Game/public/lobby.html
T
2026-05-27 08:02:22 +00:00

20 lines
675 B
HTML

<!DOCTYPE html>
<html lang="th">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>ล็อบบี้ — Game</title>
<meta http-equiv="refresh" content="0; url=/Main-Menu/">
<script src="/app-base.js?v=2"></script>
<script>
(function () {
var dest = typeof designMainMenuHref === 'function' ? designMainMenuHref() : '/Main-Menu/';
window.location.replace(dest);
})();
</script>
</head>
<body>
<p>กำลังไปเมนูหลัก… <a href="/Main-Menu/">คลิกที่นี่</a> ถ้าไม่ redirect อัตโนมัติ</p>
</body>
</html>