mirror of
				https://github.com/cse110-fa22-group29/cse110-fa22-group29.git
				synced 2025-10-31 03:46:50 +00:00 
			
		
		
		
	fixed the css linking
This commit is contained in:
		| @@ -15,7 +15,7 @@ | |||||||
| 		<!-- Temporarily commented out reset.css due to furthur discussion needed on the values of the default config--> | 		<!-- Temporarily commented out reset.css due to furthur discussion needed on the values of the default config--> | ||||||
| 		<!-- <link rel="stylesheet" href="/static/reset.css" /> --> | 		<!-- <link rel="stylesheet" href="/static/reset.css" /> --> | ||||||
| 		<link rel="stylesheet" href="./static/CreatePage.css" /> | 		<link rel="stylesheet" href="./static/CreatePage.css" /> | ||||||
| 		<link rel="stylesheet" href="./static/reviewForm.css" /> | 		<link rel="stylesheet" href="./static/Form.css" /> | ||||||
| 		<link rel="icon" href="./assets/images/icons/favicon.ico"> | 		<link rel="icon" href="./assets/images/icons/favicon.ico"> | ||||||
| 		<script src="./assets/scripts/CreatePage.js" type="module"></script> | 		<script src="./assets/scripts/CreatePage.js" type="module"></script> | ||||||
| 	</head> | 	</head> | ||||||
|   | |||||||
| @@ -13,7 +13,7 @@ | |||||||
| 	<!-- Temporarily commented out reset.css due to furthur discussion needed on the values of the default config--> | 	<!-- Temporarily commented out reset.css due to furthur discussion needed on the values of the default config--> | ||||||
| 	<!-- <link rel="stylesheet" href="/static/reset.css" /> --> | 	<!-- <link rel="stylesheet" href="/static/reset.css" /> --> | ||||||
| 	<link rel="stylesheet" href="./static/ReviewDetails.css" /> | 	<link rel="stylesheet" href="./static/ReviewDetails.css" /> | ||||||
| 	<link rel="stylesheet" href="./static/reviewForm.css" /> | 	<link rel="stylesheet" href="./static/Form.css" /> | ||||||
| 	<script src="assets/scripts/ReviewDetails.js" type="module"></script> | 	<script src="assets/scripts/ReviewDetails.js" type="module"></script> | ||||||
|   </head> |   </head> | ||||||
|   <body> |   <body> | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user