-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathvenice.html
More file actions
32 lines (29 loc) · 970 Bytes
/
venice.html
File metadata and controls
32 lines (29 loc) · 970 Bytes
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
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<title>Личный сайт студента GeekBrains</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div id="content">
<div id="header">
<a href="index.php">Главная</a>/
<a href="venice.html">Венеция</a>/
<a href="paris.html">Париж</a>/
</div>
<h1>Венеция</h1>
<div id="center">
<a href="img/venice-1.jpg"><img src="img/venice-1.jpg"></a>
<a href="img/venice-2.jpg"><img src="img/venice-2.jpg"></a>
<a href="img/venice-3.jpg"><img src="img/venice-3.jpg"></a>
<a href="img/venice-4.jpg"><img src="img/venice-4.jpg"></a>
<a href="img/venice-5.jpg"><img src="img/venice-5.jpg"></a>
<a href="img/venice-6.jpg"><img src="img/venice-6.jpg"></a>
</div>
</div>
<div id="footer">
Copyright © 2016 <a href="https://geekbrains.ru/" target="_blank">GeekBrains</a>
</div>
</body>
</html>