1
0
mirror of synced 2025-12-27 23:23:24 +00:00

requirements + logo

This commit is contained in:
Mathieu Bersin
2023-11-17 12:19:42 +01:00
parent 9c1ce6dcf2
commit 64c6a89052
9 changed files with 36 additions and 94 deletions

View File

@@ -64,7 +64,7 @@
</head>
<body>
<div class="header">
<img src="static/Logo-NBA.png" alt="Logo NBA" class="logo">
<img src="static/logo/nba.png" alt="Logo NBA" class="logo">
<div class="header-links">
<a href="">Accueil</a>
<a href="/logout">Déconnexion</a>

View File

@@ -1,10 +1,10 @@
<!DOCTYPE html>
git <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css">
<title>Login with Google</title>
<title>SportsCalendar</title> <!-- Add the title of the site here -->
</head>
<body>