-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvenice.html
34 lines (28 loc) · 997 Bytes
/
venice.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Michael Bailey site</title>
<link rel="stylesheet" href="main.css">
</head>
<body>
<header>
<a href="index.html">Main</a>
<a href="wien.html">Wien</a>
<a href="venice.html">Venice</a>
<a href="paris.html">Paris</a>
</header>
<h1 class="hello">I am your guide to European cities</h1>
<main>
<img class="venice" src="img/venice_1.jpg" alt="venice">
<img class="venice" src="img/venice_2.jpg" alt="venice">
<img class="venice" src="img/venice_3.jpg" alt="venice">
<img class="venice" src="img/venice_4.jpg" alt="venice">
<img class="venice" src="img/venice_5.jpg" alt="venice">
<img class="venice" src="img/venice_6.jpg" alt="venice">
</main>
<footer>
<a href="https://codepen.io/skachkovdesign" target="_blank">2020 skachkovdesign</a>
</footer>
</body>
</html>