-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
30 lines (25 loc) · 1.13 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
30
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Everyday Plant-based Meals</title>
<link rel="stylesheet" href="./style.css">
</head>
<body class="body index">
<div class="div index">
<div class="div navbar">
<h1 class="h1 index"> Everyday Vegan Meals </h1>
<ul class="nav-links">
<li> <a href="index.html">Home</a></li>
<li><a href="./recipes/vegan-alfredo.html">alfredo</a></lid>
<li><a href="./recipes/pho.html">pho</a></li>
<li><a href="./recipes/edible-cookie-dough.html">cookie dough</a></li>
</ul>
</div>
<div class="div content">
<h2 class="h2 index">Are you new to the vegan diet?</h2>
<p class="p1 index"> Whether you simply don't have time or are kinda lazy when it comes to cooking, you've reached the right site!<br> These recipes are quick, easy, and beginner-friendly.</p>
</div>
</div>
</body>
</html>