mirror of
				https://github.com/cse110-fa22-group29/cse110-fa22-group29.git
				synced 2025-10-30 19:46:49 +00:00 
			
		
		
		
	| @@ -7,6 +7,9 @@ | ||||
| 		<meta name="viewport" content="width=device-width, initial-scale=1.0" /> | ||||
| 		<title>Food Journal</title> | ||||
|  | ||||
| 		<!--Add Favicon--> | ||||
| 		<link rel="icon" type="image/x-icon" href="./assets/images/icons/favicon.ico"> | ||||
|  | ||||
| 		<!-- Recipe Card Custom Element --> | ||||
| 		<script src="assets/scripts/ReviewCard.js" type="module"></script> | ||||
|  | ||||
| @@ -16,7 +19,6 @@ | ||||
| 		<!-- <link rel="stylesheet" href="/static/reset.css" /> --> | ||||
| 		<link rel="stylesheet" href="./static/CreatePage.css" /> | ||||
| 		<link rel="stylesheet" href="./static/Form.css" /> | ||||
| 		<link rel="icon" href="./assets/images/icons/favicon.ico"> | ||||
| 		<script src="./assets/scripts/CreatePage.js" type="module"></script> | ||||
| 	</head> | ||||
|  | ||||
|   | ||||
| @@ -6,18 +6,23 @@ | ||||
| 		<meta name="viewport" content="width=device-width, initial-scale=1.0" /> | ||||
| 		<title>Food Journal</title> | ||||
|  | ||||
| 	<!-- Recipe Card Custom Element --> | ||||
| 	<script src="assets/scripts/ReviewCard.js" type="module"></script> | ||||
| 		<!--Add Favicon--> | ||||
| 		<link rel="icon" type="image/x-icon" href="./assets/images/icons/favicon.ico"> | ||||
|  | ||||
| 	<!-- Main Stylesheets & Scripts -->  | ||||
| 	<!-- 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/ReviewDetails.css" /> | ||||
| 	<link rel="stylesheet" href="./static/Form.css" /> | ||||
| 	<script src="assets/scripts/ReviewDetails.js" type="module"></script> | ||||
|   </head> | ||||
|   <body> | ||||
| 	<header> | ||||
| 		<!-- Recipe Card Custom Element --> | ||||
| 		<script src="assets/scripts/ReviewCard.js" type="module"></script> | ||||
|  | ||||
| 	 | ||||
|    | ||||
| 		<!-- Main Stylesheets & Scripts -->  | ||||
| 		<!-- 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/ReviewDetails.css" /> | ||||
| 		<link rel="stylesheet" href="./static/Form.css" /> | ||||
| 		<script src="assets/scripts/ReviewDetails.js" type="module"></script> | ||||
|   	</head> | ||||
|   	<body> | ||||
| 		<header> | ||||
| 			<div class="top-bar"> | ||||
| 				<img src ="./assets/images/icons/Logo.png" alt="logo" /> | ||||
| 				<h1> Food Journal </h1> | ||||
|   | ||||
| @@ -7,6 +7,9 @@ | ||||
| 		<meta name="viewport" content="width=device-width, initial-scale=1.0" /> | ||||
| 		<title>Food Journal</title> | ||||
|  | ||||
| 		<!--Add Favicon--> | ||||
| 		<link rel="icon" type="image/x-icon" href="./assets/images/icons/favicon.ico"> | ||||
|  | ||||
| 		<!-- Recipe Card Custom Element --> | ||||
| 		<script src="assets/scripts/ReviewCard.js" type="module"></script> | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user