41 lines
1.8 KiB
HTML
41 lines
1.8 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<title>Pet Planet</title>
|
|
|
|
<link type="text/css" rel="stylesheet" href="./assets/css/index.css">
|
|
<link rel="icon" href="./assets/favicon.ico">
|
|
<style type="text/css">
|
|
p {
|
|
margin: 20px 200px 75px;
|
|
}
|
|
</style>
|
|
|
|
<meta charset="UTF-8" />
|
|
<meta name="description" content="Pet Planet is a family-run pet shop located in Ashford Highstreet." />
|
|
<meta name="keywords" content="pets,dogs,cats,shop,ashford,highstreet" />
|
|
<meta name="author" content="newt" />
|
|
<meta name="viewport" content="width=device.width, initial-scale=1.0" />
|
|
<meta property="og:title" content="Pet Planet" />
|
|
<meta property="og:description" content="Pet Planet is a family-run pet shop located in Ashford Highstreet." />
|
|
<meta property="og:type" content="website" />
|
|
<meta property="og:url" content="https://pet-planet.netlify.com/" />
|
|
<meta property="og:image" content="https://pet-planet.netlify.com/assets/ogp.jpg" />
|
|
</head>
|
|
<body>
|
|
<nav>
|
|
<li class="left"><a href="index.html">Pet Planet</a></li>
|
|
<li><a href="care.html">Care</a></li>
|
|
<li><a href="products.html">Products</a></li>
|
|
<li><a href="index.html">Home</a></li>
|
|
</nav>
|
|
|
|
<h1>Caring for your pets</h1>
|
|
|
|
<h2>Cats</h2>
|
|
<p>Some essential things you must do to care for your cat include things like getting them micro-chipped, neutering them, getting them a vet plan, keeping their vaccinations up to date, getting pet insurance, and providing plenty of playtime.</p>
|
|
|
|
<h2>Dogs</h2>
|
|
<p>Some essential things you must do to care for your dog includes things like providing a clean living environment for uour dog, keeping fresh water available, giving them a quality diet, having them examined by a vet on a regular basis, provide ample opportunites to exrcise, and training them to follow simple commands.</p>
|
|
</body>
|
|
</html>
|