-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
33 lines (27 loc) · 1.09 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
33
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Iceland Trip 2019</title>
<!-- The style.css file allows you to change the look of your web pages.
If you include the next line in all your web pages, they will all share the same look.
This makes it easier to make new pages for your site. -->
<link href="/style.css" rel="stylesheet" type="text/css" media="all">
</head>
<body>
<h1>Photos from Iceland 2019</h1>
<p>Yup, in a web gallery, like it's 1998...</p>
<p>Photo Galleries:</p>
<ul>
<li><a href="/goldencircle">Golden Circle tour</a></li>
<li><a href="/landmannalaugar">Landmannalaugar hike</a></li>
<li><a href="/reykjavik">Reykjavik</a></li>
<li><a href="/Snaeffelsness">Swnaeffelsness tour</a></li>
<li><a href="/silfra">Silfra snorkling</a></li>
<li><a href="/vik">Horseriding and tour to Vik</a></li>
<li><a href="/glacier">Skafafjell glacier & Jokulsarlon lake</a></li>
<li><a href="/glymur">Glymur hike</a></li>
<li>More coming soon...</li>
</ul>
</body>
</html>