Skip to content
This repository has been archived by the owner on Sep 10, 2023. It is now read-only.

Commit

Permalink
finished recording 06_05
Browse files Browse the repository at this point in the history
  • Loading branch information
svodnik committed Jun 26, 2021
1 parent 0df14d2 commit 8ba7171
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions Ch06/06_05/begin/products.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,21 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>H Plus - Products</title>
<link rel="stylesheet" href="style.css"></link>
<script type="application/ld+json">
{
"@context": {
"@vocab": "https://www.schema.org",
"company": "name",
"website": "url",
"image": "logo",
"overview": "description"
},
"company": "h+ Sport",
"website": "https://hplussport.com",
"image": "https://hplussport.com/wp-content/uploads/2017/04/H-logo_470x271.png",
"overview": "H+ Sport is dedicated to creating eco-friendly, high-quality, nutrient-rich, nutritional products that enhance active lifestyles. In addition, our H+ Sport Active clothing line is made to be functional, stylish, comfortable, and durable, using all natural and organic fibers."
}
</script>
</head>
<body>
<main>
Expand Down

0 comments on commit 8ba7171

Please sign in to comment.