Skip to content

Instantly share code, notes, and snippets.

@NyandoOnongwene
Forked from matthieua/greek-yogurt.html
Created April 4, 2023 22:53
Show Gist options
  • Save NyandoOnongwene/c9a9331a0ffdf8e693aef7f8db5b3433 to your computer and use it in GitHub Desktop.
Save NyandoOnongwene/c9a9331a0ffdf8e693aef7f8db5b3433 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Greek Yogurt 🥛</title>
</head>
<body>
<div class="container">
<h1>
I love Yogurt
</h1>
<h2>
Especially Greek Yogurt
</h2>
<img
src="https://images.eatthismuch.com/site_media/img/254520_ldementhon_71b6a3e2-ec54-48c0-9ba3-73d8596244ae.png"
alt="Greek Yogurt"
/>
<p>
Strained yogurt, Greek yogurt, yogurt cheese, or sack yoghurt is yogurt
that has been strained to remove most of its whey, resulting in a
thicker consistency than unstrained yogurt, while preserving yogurt's
distinctive sour taste.
</p>
<a
href="https://en.wikipedia.org/wiki/Strained_yogurt"
target="_blank"
class="learn-more"
>
Learn more on Wikipedia
</a>
<button class="buy-button">
👉 Buy Greek Yogurt
</button>
<p class="footer">
This page was built by
<a href="https://www.delac.io/" target="_blank">
Matt Delac
</a>
</p>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment