Live Sports Data Source: 足彩网

🏀 Basketball Live (2)

HomeScoreAwayLeagueTime (CST)
Paris BasketballAS Monaco BasketFrench LNB03:10
Ottawa BlackJacksScarborough Shooting StarsCanadian Elite Basketball League07:30
Updated 2026-06-23 15:18 (CST)

Give me a login form code with google & github authentication

Login form code


<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="UTF-8">
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
  <title>Login Form</title>
  <style>
    body {
      font-family: Arial, sans-serif;
      display: flex;
      justify-content: center;
      align-items: center;
      height: 100vh;
      margin: 0;
    }
  </style>
</head>
</html>

Here is the code for login form with google and github authentication as described.