-
Notifications
You must be signed in to change notification settings - Fork 0
/
gallery.html
45 lines (42 loc) · 1.8 KB
/
gallery.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
35
36
37
38
39
40
41
42
43
44
45
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Gallery</title>
<link rel="stylesheet" href="style/jojostyles.css">
</head>
<body>
<div class="container">
<div>
<button><a href="index.html">Home</a></button>
<button><a href="gallery.html">Gallery</a></button>
<button><a href="mystory.html">My story</a></button>
<button><a href="page.html">Page</a></button>
</div>
<video style="height: 400px; ;" src="media/seeker.mp4" controls width="50%"></video>
<audio src="media/webaud.mp3"></audio>
<img src="media/1.jpg" class="photo" alt="">
<img src="media/2.jpg" class="photo" alt="">
<img src="media/3.jpg" class="photo" alt="">
<img src="media/4.jpg" class="photo" alt="">
<img src="media/5.jpg" class="photo" alt="">
<img src="media/6.jpg" class="photo" alt="">
<img src="media/7.jpg" class="photo" alt="">
<img src="media/8.jpg" class="photo" alt="">
<img src="media/9.jpg" class="photo" alt="">
<img src="media/10.jpg" class="photo" alt="">
<img src="media/11.jpg" class="photo" alt="">
<img src="media/12.jpg" class="photo" alt="">
<img src="media/13.jpg" class="photo" alt="">
<img src="media/14.jpg" class="photo" alt="">
<img src="media/15.jpg" class="photo" alt="">
<img src="media/16.jpg" class="photo" alt="">
<img src="media/17.jpg" class="photo" alt="">
<img src="media/18.jpg" class="photo" alt="">
<img src="media/19.jpg" class="photo" alt="">
<img src="media/20.jpg" class="photo" alt="">
</div>
</body>
</html>