-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcafeNoir.html
23 lines (21 loc) · 873 Bytes
/
cafeNoir.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!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/paris/IMG_9774.jpg" alt="Cafe Noir" />
<img class="insta" src="img/paris/IMG_9771.jpg" alt="Cafe Noir" />
<img class="paysage" src="img/paris/IMG_9778.jpg" alt="Cafe Noir" />
<img class="insta" src="img/paris/IMG_9781.jpg" alt="Cafe Noir"/>
<img class="paysage" src="img/paris/IMG_9791.jpg" alt="Cafe Noir"/>
<img class="insta" src="img/paris/IMG_9807.jpg" alt="Cafe Noir" />
</body>
</html>