-
-
Save NyandoOnongwene/c9a9331a0ffdf8e693aef7f8db5b3433 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!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