-
Notifications
You must be signed in to change notification settings - Fork 0
/
photos.html
40 lines (40 loc) · 1.28 KB
/
photos.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
37
38
39
40
<!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" />
<meta
name="description"
content="Enjoy a lovely croissant set with your favorite latte."
/>
<link
href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.0/dist/css/bootstrap.min.css"
rel="stylesheet"
integrity="sha384-gH2yIJqKdNHPEq0n4Mqa/HGKIhSkIHeL5AyhkYV8i59U5AR6csBvApHHNl/vI1Bx"
crossorigin="anonymous"
/>
<link rel="stylesheet" href="/css/styles.css" />
<title>The Perfect Croissant and Latte Set | Croissant-roll.com</title>
</head>
<body>
<h1>☕️ Gallery</h1>
<a
href="https://unsplash.com/photos/c07dv6i8P4Q"
title="Original Photo on Unsplash"
target="_blank"
>
<img
src="/images/sofiya-levchenko-c07dv6i8P4Q-unsplash.jpg"
alt="croissant with latte"
class="croissant-image"
/>
</a>
<p>Chocolate drizzled croissant paired with a latte.</p>
<footer class="text-center">
<a href="/" title="Home">Home</a>
<a href="/photos.html" title="Photo">Photo</a>
<a href="/contact.html" title="Contact">Contact</a>
</footer>
</body>
</html>