Skip to content

Commit

Permalink
Changed the links
Browse files Browse the repository at this point in the history
The links were not working in the live preview
  • Loading branch information
no-shocker committed Dec 27, 2023
1 parent 0ea31af commit cc3cb9a
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Odin Recipes</title>
<link rel="stylesheet" href="styles.css">
<link rel="stylesheet" href="C:\Users\DELL 7280\Documents\GitHub\odin-recipes\styles.css">
</head>
<body>
<main>
<h1>Odin Recipes</h1>
<ul>
<li><a href="recipes/lasagna.html">Lasagna Recipe</a></li><br>
<li><a href="recipes/pancakes.html">Pancake Recipe</a></li> <br>
<li><a href="recipes/cookies.html">Cookie Recipe</a></li>
<li><a href="C:\Users\DELL 7280\Documents\GitHub\odin-recipes\recipes\lasagna.html">Lasagna Recipe</a></li><br>
<li><a href="C:\Users\DELL 7280\Documents\GitHub\odin-recipes\recipes\pancakes.html">Pancake Recipe</a></li> <br>
<li><a href="C:\Users\DELL 7280\Documents\GitHub\odin-recipes\recipes\cookies.html">Cookie Recipe</a></li>
</ul>
</main>
</body>
4 changes: 2 additions & 2 deletions recipes/cookies.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Chewy Chocolate Chip Cookies Recipe</title>
<link rel="stylesheet" href="C:/Users/DELL 7280/Documents/GitHub/odin-recipes/styles.css">
<link rel="stylesheet" href="C:\Users\DELL 7280\Documents\GitHub\odin-recipes\styles.css">
</head>
<body>
<main>
Expand Down Expand Up @@ -86,6 +86,6 @@ <h2>Instructions:</h2>

</ol>
<p>These chewy chocolate chip cookies are perfect for sharing with loved ones or enjoying as a sweet pick-me-up. Bake a batch today and experience the joy of homemade cookies at their best!</p><br>
<a href="file:///C:/Users/DELL%207280/Documents/GitHub/odin-recipes/index.html">Return to Main Page</a>
<a href="C:\Users\DELL 7280\Documents\GitHub\odin-recipes\index.html">Return to Main Page</a>
</main>
</body>
4 changes: 2 additions & 2 deletions recipes/lasagna.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Classic Homemade Lasagna Recipe</title>
<link rel="stylesheet" href="C:/Users/DELL 7280/Documents/GitHub/odin-recipes/styles.css">
<link rel="stylesheet" href="C:\Users\DELL 7280\Documents\GitHub\odin-recipes\styles.css">
</head>
<body>
<main>
Expand Down Expand Up @@ -86,6 +86,6 @@ <h2>Instructions:</h2>
</ol><br>
</ol>
<p>This timeless lasagna recipe is sure to be a hit at your next gathering. Buon appetito!</p><br>
<a href="file:///C:/Users/DELL%207280/Documents/GitHub/odin-recipes/index.html">Return to Main Page</a>
<a href="C:\Users\DELL 7280\Documents\GitHub\odin-recipes\index.html">Return to Main Page</a>
</main>
</body>
4 changes: 2 additions & 2 deletions recipes/pancakes.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Fluffy Buttermilk Pancakes Recipe</title>
<link rel="stylesheet" href="C:/Users/DELL 7280/Documents/GitHub/odin-recipes/styles.css">
<link rel="stylesheet" href="C:\Users\DELL 7280\Documents\GitHub\odin-recipes\styles.css">
</head>
<body>
<main>
Expand Down Expand Up @@ -86,6 +86,6 @@ <h2>Instructions:</h2>

</ol>
<p>These pancakes are perfect for a leisurely weekend breakfast or a quick weekday treat. Enjoy the simple pleasure of homemade pancakes that are sure to become a family favorite!</p><br>
<a href="file:///C:/Users/DELL%207280/Documents/GitHub/odin-recipes/index.html">Return to Main Page</a>
<a href="C:\Users\DELL 7280\Documents\GitHub\odin-recipes\index.html">Return to Main Page</a>
</main>
</body>

0 comments on commit cc3cb9a

Please sign in to comment.