-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
29 lines (27 loc) · 1.44 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>odin-recipes</title>
<link href="./style.css" rel="stylesheet">
</head>
<body>
<div class="wrapper">
<h1>SavorSphere</h1>
<p>
Discover a world of delicious recipes at
<span class="h1-color">
SavorSphere</span>
, where food lovers can find easy-to-follow recipes for every occasion! Whether you're a beginner or a seasoned chef, our vast collection of recipes is sure to inspire your next culinary adventure. From quick weeknight dinners to indulgent desserts, we provide step-by-step instructions, ingredient lists, and helpful tips to make cooking enjoyable and stress-free. Explore different cuisines, dietary preferences, and seasonal dishes — all in one place. Get ready to elevate your cooking game with
<span class="h1-color">
SavorSphere</span>, your go-to food recipe destination!
</p>
<h2>Recipes</h2>
<ul>
<li><a href="./recipes/lasagna.html" target="_blank" rel="noopener noreferrer">Lasagna</a></li>
<li><a href="./recipes/Biriyani.html" target="_blank" rel="noopener noreferrer">Biriyani</a></li>
<li><a href="./recipes/Mexican-Pizza.html" target="_blank" rel="noopener noreferrer">Mexican-Pizza</a></li>
</ul>
</div>
</body>
</html>