the-honk/school/gcse/year 9/pet planet/products.html

38 lines
1.4 KiB
HTML
Raw Normal View History

2024-10-09 17:02:27 +00:00
<!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">
<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" />
2024-10-09 17:02:29 +00:00
<meta name="author" content="newt" />
2024-10-09 17:02:27 +00:00
<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>Products</h1>
<p>We stock many high quality products in our store.<br>Check them out here.</p>
<div class="images">
<img src="./assets/img/pedigree_dogfood.jpg" alt="Pedigree Dogfood">
<img src="./assets/img/splaker_leash.jpg" alt="Splaker Dog Leash">
<img src="./assets/img/mouse_toy.jpg" alt="Mouse Toy">
</div>
</body>
2024-10-09 17:02:29 +00:00
</html>