-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
32 lines (32 loc) · 1.04 KB
/
index.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
<!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" />
<link rel="stylesheet" href="./css/style.css" />
<title>Baha-Inspiration</title>
</head>
<body>
<h1>My Gallery Wall</h1>
<p>Feel free to click on the pictures</p>
<main>
<div id="img1">
<a href="https://www.touropia.com/best-beaches-in-italy/"
><img src="./img/peakpx (3).jpg" alt="beach 1"
/></a>
</div>
<div id="img2">
<a href="https://youtu.be/DGIXT7ce3vQ"
><img src="./img/peakpx (4).jpg" alt="beach 2"
/></a>
</div>
<div id="img3">
<a
href="https://www.andbeyond.com/destinations/indian-ocean-islands/maldives/?gclid=Cj0KCQiAip-PBhDVARIsAPP2xc2uzDMhe164RID6RVt2BP1vQ1R8mmzL3JsEkSN2neLZDzeDlN3YG_oaAvY0EALw_wcB"
><img src="./img/peakpx (5).jpg" alt="beach 3"
/></a>
</div>
</main>
</body>
</html>