-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
executable file
·37 lines (30 loc) · 1.02 KB
/
Copy pathindex.html
File metadata and controls
executable file
·37 lines (30 loc) · 1.02 KB
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
35
36
37
<!DOCTYPE html>
<!-- HTML5 Hello world by kirupa - http://www.kirupa.com/html5/getting_your_feet_wet_html5_pg1.htm -->
<html lang="en-us">
<head>
<meta charset="utf-8">
<title>Template</title>
<link rel="stylesheet" href="css/style.css">
<script src="//code.jquery.com/jquery-1.11.2.min.js"></script>
<script src="//code.jquery.com/jquery-migrate-1.2.1.min.js"></script>
</head>
<body>
<div class="gallery gallery-1">
<div class="photo">
<img src="img/1.jpg" class="shown"></img>
<img src="img/2.jpg"></img>
<img src="img/3.jpg"></img>
<img src="img/4.jpg"></img>
<img src="img/5.jpg"></img>
<img src="img/6.jpg"></img>
<img src="img/7.jpg"></img>
<img src="img/8.jpg"></img>
</div>
<div class="tabs">
<input type="button" class="prev" value="Назад">
<input type="button" class="next" value="Вперед">
</div>
</div>
<script type="text/javascript" src="js/main.js"></script>
</body>
</html>