Files
justice/www/html/Login/google-callback.html
T

31 lines
1.7 KiB
HTML

<!DOCTYPE html>
<html lang="th">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover">
<title>เข้าสู่ระบบ Google — JD JUSTICE DIVERS</title>
<link rel="stylesheet" href="style.css?v=20260526">
<style>
body { margin: 0; min-height: 100vh; display: flex; align-items: center; justify-content: center; background: #060b16; color: #cfe8ff; font-family: Kanit, system-ui, sans-serif; }
.gcb-box { text-align: center; padding: 2rem 1.5rem; max-width: 420px; }
.gcb-spin { width: 48px; height: 48px; border: 4px solid rgba(120,190,255,.2); border-top-color: #5fd0ff; border-radius: 50%; animation: gcbSpin .85s linear infinite; margin: 0 auto 1rem; }
@keyframes gcbSpin { to { transform: rotate(360deg); } }
.gcb-err { color: #fecdd3; margin-top: 1rem; line-height: 1.5; }
.gcb-btn { margin-top: 1rem; padding: .55rem 1.2rem; border-radius: 8px; border: 1px solid rgba(122,162,247,.5); background: rgba(20,28,48,.9); color: #e8f2ff; cursor: pointer; font-family: inherit; }
</style>
</head>
<body>
<div class="gcb-box">
<div class="gcb-spin" id="gcb-spin"></div>
<div id="gcb-msg">กำลังเข้าสู่ระบบด้วย Google…</div>
<div class="gcb-err is-hidden" id="gcb-err"></div>
<button type="button" class="gcb-btn is-hidden" id="gcb-back">กลับหน้า Login</button>
</div>
<script src="https://cdn.jsdelivr.net/npm/sweetalert2@11"></script>
<script src="/js/jd-swal.js?v=1"></script>
<script src="../app-base.js"></script>
<script src="../player-log-track.js?v=0.01"></script>
<script src="google-callback.js?v=0.04"></script>
</body>
</html>