-
Notifications
You must be signed in to change notification settings - Fork 0
/
archipelago.html
42 lines (42 loc) · 1.88 KB
/
archipelago.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
41
42
<!DOCTYPE html>
<html>
<head>
</head>
<title>Swedish Landscape Archipelago</title>
<body>
<h1>Swedish Landscape</h1>
<div id="introduction">
<h2>list</h2>
<ul>
<li><a href = "./"> Home</a></li>
<li><a href = "./mountains.html"> Mountains</a></li>
<li><a href = "./forest.html"> Forest</a></li>
<li><a href = "./caves.html"> Caves</a></li>
<li><a href = "./snow.html"> Snow</a></li>
</ul>
<br>
</div>
<div id = "archipelago">
<h2>Archipelago landscape:</h2>
<h3>Klädesholmen</h3>
<p>tags: <a href = "./archipelago.html"> #archipelago</a></p>
<img src="https://c0.wallpaperflare.com/preview/289/40/917/sweden-kladesholmen-nordic-landscape-west-sweden.jpg" height="700" width="700">
<p>Source:<a href = "https://www.wallpaperflare.com/sweden-kladesholmen-nordic-landscape-west-sweden-seaside-wallpaper-gtvho">www.wallpaperflare.com</a></p>
<br>
<h3>Väderöarna</h3>
<p>tags: <a href = "./archipelago.html"> #archipelago</a></p>
<img src="https://media.discordapp.net/attachments/436588526445002772/985157801817026580/IMG_2576.jpg?width=503&height=671" height="671" width="525">
<p>Source: Carl(meatball</p>
<br>
<h3>Fjällbacka</h3>
<p>tags: <a href = "./archipelago.html"> #archipelago</a></p>
<img src="https://cdn.discordapp.com/attachments/436588526445002772/985159901301051422/IMG_0041.jpg" height="550" width="503">
<p>Source: Carl(meatball</p>
<br>
<h3>Fjällbacka</h3>
<p>tags: <a href = "./archipelago.html"> #archipelago</a></p>
<img src="https://media.discordapp.net/attachments/436588526445002772/985159978526597120/IMG_0976.jpg?width=894&height=671" height="671" width="894">
<p>Source: Carl(meatball</p>
</div>
</body>
</html>