Merge pull request #7 from phuocduong-agilityio/training/chapter-5

Init code sample for chapter 5
This commit is contained in:
Loi Phan
2023-06-19 10:31:35 +07:00
committed by GitHub
6 changed files with 33 additions and 0 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 48 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 30 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 305 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 44 KiB

+33
View File
@@ -0,0 +1,33 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Images</title>
</head>
<body>
<h1>
<img src="assets/images/giphy.gif" alt="Logo" width="100" height="100"/>
</h1>
<figure>
<img src="assets/images/Floating-Islands-with-Dark-Chocolate-Creme-Anglaise-and-Toasted-Pistachios-FT-recipe0719-8aa57c4bad3a49c69f121e0ef88cabf4.jpg" alt="Chocolate Islands" title="Chocolate Islands Individual Cakes" />
<p>
<figcaption>
This recipe for individual chocolate
cakes is so simple and so delectable!
</figcaption>
</p>
</figure>
<h4>More Recipes:</h4>
<p>
<img src="assets/images/_DSC1342.jpg" alt="Lemon Posset" title="Lemon Posset Dessert" />
<img src="assets/images/Roasted-Brussels-Sprouts-4-735x490.jpg" alt="Roasted Brussel Sprouts"
title="Roasted Brussel Sprouts Side Dish" />
<img src="assets/images/md-Zucchini-Spice-Cake-10-1-of-1-scaled.jpg" alt="Zucchini Cake" title="Zucchini Cake No Frosting" />
</p>
</body>
</html>