mirror of
https://github.com/Nezumi-2711/loi-phan-internship.git
synced 2026-09-23 04:10:00 +00:00
33 lines
1.1 KiB
HTML
33 lines
1.1 KiB
HTML
<!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> |