-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
48 lines (42 loc) · 1.49 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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Index</title>
</head>
<body>
<a href = "#main">Skip to Main Content</a>
<header>
<nav>
<ul>
<li><a href ="index.html">Home</a></li>
<li><a href="pets.html">Pets</a></li>
<li><a href="recipe.html">Recipes</a></li>
<li><a href="travel.html">Travel</a></li>
</ul>
</nav>
<h1>WELCOME!!!</h1>
</header>
<main id = "main">
<div>
<p>Welcome to my website, your go-to destination for all things pets, recipes, and travel! Explore a world of captivating content where we cater to your love for furry companions, culinary delights, and globetrotting adventures.</p>
</div>
<div>
<p>This website is super fun</p>
</div>
<div>
<p>Here you will find a variety of articles, videos, and images that will surely pique your interest. Whether you are a pet owner, a foodie, or a travel enthusiast, you will find something that will make you want to come back for more. </p>
</div>
<div>
<p>So, what are you waiting for? Go ahead and explore the website. You will not be disappointed!</p>
</div>
<div>
<p>Thank you for visiting!</p>
</div>
<div>
<p>Have a great day!</p>
</div>
</main>
</body>
</html>