467363d651
Made-with: Cursor
17 lines
500 B
HTML
17 lines
500 B
HTML
<!DOCTYPE html>
|
|
<html lang="th">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<title>Redirecting...</title>
|
|
<script>
|
|
// Redirect ไปหน้า Login
|
|
window.location.href = '/Login/';
|
|
</script>
|
|
<meta http-equiv="refresh" content="0; url=/Login/">
|
|
</head>
|
|
<body>
|
|
<p>กำลังเปลี่ยนเส้นทางไปหน้า <a href="/Login/">เข้าสู่ระบบ</a>...</p>
|
|
</body>
|
|
</html>
|