2024-03-12 01:56:44 -06:00
|
|
|
<meta charset="UTF-8" />
|
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"/>
|
|
|
|
|
<meta name="description" content="" />
|
2024-04-11 03:43:44 -06:00
|
|
|
<!-- Set the Content-Security-Policy header to allow inline scripts -->
|
2024-04-11 05:19:51 -06:00
|
|
|
<meta http-equiv="Content-Security-Policy" content="script-src 'self' 'unsafe-inline' https://code.jquery.com https://cdn.jsdelivr.net https://stackpath.bootstrapcdn.com;">
|
|
|
|
|
|
2024-04-15 20:17:43 -06:00
|
|
|
<!--------------- CSS Stylesheets ---------------->
|
2024-04-11 05:19:51 -06:00
|
|
|
|
2024-04-14 19:01:24 -06:00
|
|
|
<!-- CSS on All Pages -->
|
|
|
|
|
<link rel="stylesheet" type="text/css" href="/css/all-pages-style.css">
|
2024-03-12 01:56:44 -06:00
|
|
|
|
|
|
|
|
<!-- Linking forms.css -->
|
2024-04-11 05:19:51 -06:00
|
|
|
<link rel="stylesheet" type="text/css" href="/css/login_and_registration.css">
|
2024-04-03 17:12:52 -06:00
|
|
|
|
2024-04-05 00:10:30 -06:00
|
|
|
<!-- Navigation Bar Stylesheets -->
|
2024-04-11 05:19:51 -06:00
|
|
|
<link rel="stylesheet" type="text/css" href="/css/navigation-bar/navigation-bar.css">
|
|
|
|
|
<link rel="stylesheet" type="text/css" href="/css/navigation-bar/login.css">
|
2024-04-05 00:10:30 -06:00
|
|
|
|
2024-04-03 17:12:52 -06:00
|
|
|
<!-- Scoreboard Header Stylesheets -->
|
2024-04-11 05:19:51 -06:00
|
|
|
<link rel="stylesheet" type="text/css" href="/css/navigation-bar/scoreboard-header/scoreboard.css">
|
|
|
|
|
<link rel="stylesheet" type="text/css" href="/css/navigation-bar/scoreboard-header/game-card.css">
|
2024-03-12 01:56:44 -06:00
|
|
|
|
2024-04-11 06:07:35 -06:00
|
|
|
<!-- Home Page Stylesheets -->
|
|
|
|
|
<link rel="stylesheet" type="text/css" href="/css/homepage/homepage.css">
|
|
|
|
|
|
|
|
|
|
<!-- League Page Stylesheets -->
|
2024-04-14 14:25:56 -06:00
|
|
|
<link rel="stylesheet" type="text/css" href="/css/league-pages/league-page.css">
|
|
|
|
|
<link rel="stylesheet" type="text/css" href="/css/league-pages/league-table.css">
|
2024-04-15 17:05:19 -06:00
|
|
|
<link rel="stylesheet" type="text/css" href="/css/league-pages/league-top-scorers.css">
|
2024-04-14 14:25:56 -06:00
|
|
|
|
2024-04-15 20:17:43 -06:00
|
|
|
<!-- Club Page Stylesheets -->
|
2024-04-14 14:25:56 -06:00
|
|
|
<link rel="stylesheet" type="text/css" href="/css/club-pages/club-page.css">
|
2024-04-15 20:17:43 -06:00
|
|
|
<link rel="stylesheet" type="text/css" href="/css/club-pages/club-players-and-stats-card.css">
|
|
|
|
|
<link rel="stylesheet" type="text/css" href="/css/club-pages/club-information-card.css">
|
2024-04-11 06:07:35 -06:00
|
|
|
|
2024-03-12 02:07:24 -06:00
|
|
|
<title>Group 6 Final Project</title>
|
2024-03-12 01:56:44 -06:00
|
|
|
|
|
|
|
|
<!-- Include Bootstrap CSS -->
|
2024-04-03 23:09:39 -06:00
|
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous">
|