Skip to content

Commit de81956

Browse files
committed
Add boba recipe
1 parent 2c3302c commit de81956

2 files changed

Lines changed: 13 additions & 0 deletions

File tree

drink/boba.html

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<title>Thinh's Boba Recipe</title>
5+
</head>
6+
<body>
7+
<h1>Brown Sugar Boba</h1>
8+
<p>Ingredients: Tapioca pearls, brown sugar, milk.</p>
9+
<p>Steps: Boil water, cook pearls, mix with sugar!</p>
10+
<a href="index.html">Back to Home</a>
11+
</body>
12+
</html>

index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,7 @@ <h2 class="dropdown-toggle">Drinks</h2>
132132
<li><a href="drink/matcha.html">Matcha Tea</a></li>
133133
<li><a href="drink/smoothie.html">Berry Smoothie</a></li>
134134
<li><a href="drink/khoa_strawberry_yogurt.html">Khoa's Strawberry Yogurt Drink</a></li>
135+
<li><a href="drink/boba.html">Boba</a></li>
135136
</ul>
136137
</div>
137138
</div>

0 commit comments

Comments
 (0)