-
Notifications
You must be signed in to change notification settings - Fork 0
/
manhattan.html
36 lines (29 loc) · 1.34 KB
/
manhattan.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Manhattan</title>
</head>
<body>
<h1>Manhattan</h1>
<img src="https://media.istockphoto.com/photos/refreshing-bourbon-manhattan-cocktail-on-white-picture-id1129497287?k=20&m=1129497287&s=612x612&w=0&h=iNPqYw2GOS-kjUJ-X0ALx_TtsfsSafN4dMQLIQdi7Z4=">
<h2>Description:</h2>
<p>The Manhattan was the most famous cocktail in the world shortly after it was invented in New York City’s Manhattan Club, some time around 1880 (as the story goes). Over the years, the whiskey classic has dipped in and out of fashion before finding its footing as one of the cornerstones of the craft cocktail renaissance.</p>
<h3>Ingredients:</h3>
<ul>
<li>2 ounces bourbon or rye</li>
<li>1 ounce sweet vermouth</li>
<li>2 dashes Angostura bitters</li>
<li>1 dash orange bitters</li>
<li>Garnish: brandied cherry</li>
</ul>
<h3>Steps:</h3>
<ol>
<li>Add the bourbon (or rye), sweet vermouth and both bitters to a mixing glass with ice, and stir until well-chilled.</li>
<li>Strain into a chilled coupe.</li>
<li>Garnish with a brandied cherry.</li>
</ol>
</body>
</html>