League route implementation put in place

This commit is contained in:
Lucas Patenaude
2024-04-11 03:43:44 -06:00
parent e05450a484
commit 7588cf9fbb
6 changed files with 32 additions and 31 deletions

View File

@@ -1,6 +1,9 @@
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"/>
<meta name="description" content="" />
<!-- Set the Content-Security-Policy header to allow inline scripts -->
<meta http-equiv="Content-Security-Policy" content="script-src 'self' 'unsafe-inline';">
<!-- Linking forms.css -->
<link rel="stylesheet" type="text/css" href="css/login_and_registration.css">