Created
May 10, 2020 21:21
-
-
Save ouahidhachemi/e7ff821caab1888a509abbd62d623a6f to your computer and use it in GitHub Desktop.
Virgin Mojito // source https://jsbin.com/fociqop
This file contains 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> | |
<head> | |
<meta charset="utf-8"> | |
<meta name="viewport" content="width=device-width"> | |
<title>Virgin Mojito</title> | |
</head> | |
<body> | |
<H1>Virgin Mojito</H1> | |
<h2>WHAT INGREDIENTS ARE IN A VIRGIN MOJITO RECIPE?</h2> | |
<!-- Ingredients : --> | |
<ul> | |
<li>Fresh lime juice</li> | |
<li>Honey Simple Syrup</li> | |
<li>Fresh mint leaves</li> | |
<li>Sparkling water</li> | |
<li>Ice</li> | |
</ul> | |
<h2>HOW TO MAKE A VIRGIN MOJITO?</h2> | |
<!-- Steps you need to take to prepare Virgin Mojito --> | |
<ol> | |
<li>Place mint leaves and lime juice in a glass and muddle them together. Muddling = mushing them up and crushing the leaves to release the flavor and oils the mint. Use a muddler or the handle of a wooden spoon. Or a set of brass knuckles. To each their own.</li> | |
<li>Add the honey simple syrup.</li> | |
<li>Add the sparkling water.</li> | |
<li>Garnish with lime slices, a sprig of mint, and/or fresh fruit.</li> | |
</ol> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment