-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpicture.html
More file actions
64 lines (48 loc) · 1.39 KB
/
Copy pathpicture.html
File metadata and controls
64 lines (48 loc) · 1.39 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<link rel="stylesheet" type="text/css" href="style.css">
<link rel="stylesheet" href="animate.css">
<title>pictures</title>
</head>
<body class="black">
<header>
<nav>
<ul>
<li><img class="menu animated swing" src="img/surfer.png"></a>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="contact.html">Contact</a></li>
<li><a href="picture.html">pictures</a></li>
<!-- <li><a href="#">comming soon</a></li>
<li><a href="#">comming soon</a></li> -->
</ul>
</li>
</ul>
</nav>
</header>
<br>
<!-- ===========pic============ -->
<div class="b">
<img id="a" src="img/1.png" >
</div>
<div class="b">
<img id="a" src="img/2.png" >
</div>
<div class="b">
<img id="a" src="img/3.png" >
</div>
<div class="b">
<img id="a" src="img/4.png" >
</div>
<!-- ===========pic============ -->
<footer>
<a href="https://www.facebook.com/nlandsurfpark/"><img border="0" class="so" src="img/facebook.png"></a>
<a href="https://vimeo.com/124844362"><img border="0" class="so" src="img/vimeo.png"></a>
<a href="https://www.youtube.com/watch?v=ZH0w73-KslI"><img border="0" class="so" src="img/youtube.png"></a>
</footer>
<audio class="music" autoplay src="music/jazz.mp3">
</body>
</html>