-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathwaalde.html
25 lines (23 loc) · 1.19 KB
/
waalde.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
<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<link rel="stylesheet" type="text/css" href="photos.css">
<!--<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">-->
<!-- Bootstrap CSS -->
<link rel="stylesheet" type="text/css" href="indexStyle.css">
<title>Photo-Mathon</title>
</head>
<body>
<div class="cadre">
<img class="paysage" src="img/waalde/IMG_6719.jpg" alt="L'homme qui plantait des arbres" />
<img class="portrait" src="img/waalde/IMG_6761.jpg" alt="L'homme qui plantait des arbres" />
<img class="portrait" src="img/waalde/IMG_6781.jpg" alt="L'homme qui plantait des arbres" />
<img class="paysage" src="img/waalde/IMG_6811.jpg" alt="L'homme qui plantait des arbres" />
<img class="paysage" src="img/waalde/IMG_6886.jpg" alt="L'homme qui plantait des arbres" />
<img class="paysage" src="img/waalde/IMG_6909.jpg" alt="L'homme qui plantait des arbres" />
<img class="paysage" src="img/waalde/IMG_6953.jpg" alt="L'homme qui plantait des arbres" />
<img class="paysage" src="img/waalde/IMG_7096.jpg" alt="L'homme qui plantait des arbres" />
</body>
</html>