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 -->
|
|
|
|
|
<meta http-equiv="Content-Security-Policy" content="script-src 'self' 'unsafe-inline';">
|
|
|
|
|
|
2024-03-12 01:56:44 -06:00
|
|
|
|
|
|
|
|
<!-- Linking forms.css -->
|
|
|
|
|
<link rel="stylesheet" type="text/css" href="css/login_and_registration.css">
|
2024-04-09 20:44:20 -06:00
|
|
|
<link rel="stylesheet" type="text/css" href="css/homepage/homepage.css">
|
2024-04-03 17:12:52 -06:00
|
|
|
|
2024-04-05 00:10:30 -06:00
|
|
|
<!-- Navigation Bar Stylesheets -->
|
|
|
|
|
<link rel="stylesheet" type="text/css" href="css/navigation-bar/navigation-bar.css">
|
2024-04-10 01:44:44 -06:00
|
|
|
<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-05 00:00:07 -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-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">
|