mirror of
				https://github.com/cse110-fa22-group29/cse110-fa22-group29.git
				synced 2025-10-31 03:46:50 +00:00 
			
		
		
		
	Merge branch 'sprint-1' of https://github.com/cse110-fa22-group29/cse110-fa22-group29 into sprint-1
This commit is contained in:
		| @@ -8,14 +8,14 @@ | |||||||
|   <title>Food Journal</title> |   <title>Food Journal</title> | ||||||
| 
 | 
 | ||||||
|   <!-- Recipe Card Custom Element --> |   <!-- Recipe Card Custom Element --> | ||||||
|   <script src="/source/assets/scripts/ReviewCard.js" type="module"></script> |   <script src="assets/scripts/ReviewCard.js" type="module"></script> | ||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
|   <!-- Main Stylesheets & Scripts --> |   <!-- Main Stylesheets & Scripts --> | ||||||
|   <!-- 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" /> | ||||||
|   <script src="/source/assets/scripts/main.js" type="module"></script> |   <script src="assets/scripts/main.js" type="module"></script> | ||||||
| 
 | 
 | ||||||
| </head> | </head> | ||||||
| 
 | 
 | ||||||
| @@ -7,14 +7,14 @@ | |||||||
|   <title>Food Journal</title> |   <title>Food Journal</title> | ||||||
| 
 | 
 | ||||||
|   <!-- Recipe Card Custom Element --> |   <!-- Recipe Card Custom Element --> | ||||||
|   <script src="/source/assets/scripts/ReviewCard.js" type="module"></script> |   <script src="assets/scripts/ReviewCard.js" type="module"></script> | ||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
|   <!-- Main Stylesheets & Scripts -->  |   <!-- Main Stylesheets & Scripts -->  | ||||||
|   <!-- 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/ReviewCard.css" /> |   <link rel="stylesheet" href="./static/ReviewCard.css" /> | ||||||
|   <script src="/source/assets/scripts/ReviewDetails.js" type="module"></script> |   <script src="assets/scripts/ReviewDetails.js" type="module"></script> | ||||||
| 
 | 
 | ||||||
| </head> | </head> | ||||||
| <body> | <body> | ||||||
| @@ -8,14 +8,14 @@ | |||||||
|   <title>Food Journal</title> |   <title>Food Journal</title> | ||||||
| 
 | 
 | ||||||
|   <!-- Recipe Card Custom Element --> |   <!-- Recipe Card Custom Element --> | ||||||
|   <script src="/source/assets/scripts/ReviewCard.js" type="module"></script> |   <script src="assets/scripts/ReviewCard.js" type="module"></script> | ||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
|   <!-- Main Stylesheets & Scripts -->  |   <!-- Main Stylesheets & Scripts -->  | ||||||
|   <!-- 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/ReviewCard.css" /> |   <link rel="stylesheet" href="./static/ReviewCard.css" /> | ||||||
|   <script src="/source/assets/scripts/main.js" type="module"></script> |   <script src="assets/scripts/main.js" type="module"></script> | ||||||
| 
 | 
 | ||||||
| </head> | </head> | ||||||
| <body> | <body> | ||||||
| @@ -6,7 +6,7 @@ | |||||||
|     <meta name="viewport" content="width=device-width, initial-scale=1.0" /> |     <meta name="viewport" content="width=device-width, initial-scale=1.0" /> | ||||||
|     <title>Food Journal</title> |     <title>Food Journal</title> | ||||||
|      |      | ||||||
|     <script src="/source/assets/scripts/reviewpage.js" type="module"></script> |     <script src="assets/scripts/reviewpage.js" type="module"></script> | ||||||
| </head> | </head> | ||||||
| <body> | <body> | ||||||
|     <h1>Current Review:</h1> |     <h1>Current Review:</h1> | ||||||
		Reference in New Issue
	
	Block a user