-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
46 lines (43 loc) · 1.41 KB
/
index.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
46
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="description" content="Your description goes here">
<meta name="keywords" content="one, two, three">
<title>Blank Template</title>
<!-- external CSS link -->
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/style.css">
<script src="http://code.jquery.com/jquery-latest.min.js"></script>
</head>
<body>
<secton class=ground>
<div>
<img id="pig" src="images/pigger.png" alt="Piggy">
<audio id="pigglet" preload="auto">
<source src="http://wav-sounds.com/wp-content/uploads/2017/09/Cartoon-12.wav"></source>
</div>
<div>
<img id="goat" src="images/goater.png" alt="Boy">
<audio id="kid" preload="auto">
<source src="mus/goat.mp3" type="audio/mpeg">
</div>
<div>
<img id="horse" src="images/horser.png" alt="ful">
<audio id="babe" preload="auto">
<source src="mus/horse.mp3" type="audio/mpeg">
</div>
<div>
<img id="cow" src="images/cower.png" alt="calf">
<audio id="moo" preload="auto">
<source src="https://terrible.home.xs4all.nl/cowandchicken/wav/ola!.wav"></source>
</div>
<div>
<img id="dog" src="images/dogger.png" alt="puppy">
<audio id="pup" preload="auto">
<source src="http://wav-sounds.com/wp-content/uploads/2017/09/Cartoon-14.wav"></source>
</div>
</section>
<script src="jz.js"></script>
</body>
</html>