forked from JonnyBanana/Dancing_Man-Html5-Css3
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
63 lines (61 loc) · 1.7 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
<!DOCTYPE HTML>
<html>
<head>
<link href="https://fonts.googleapis.com/css?family=Shadows+Into+Light" rel="stylesheet">
<meta charset="utf-8">
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<div class="centered-box">
<div class="ludek">
<div class="facet">
<figure class="glowa">
<span class="wlosy">
<span class="grzywka"></span>
<span class="kogut"></span>
<span class="kogut dwa"></span>
<span class="kogut trzy"></span>
</span>
<span class="uszy">
<span class="ucho ucho-lewe"></span>
<span class="ucho ucho-prawe"></span>
</span>
<span class="oczy">
<span class="oko oko-lewe"></span>
<span class="oko oko-prawe"></span>
</span>
<span class="nos"></span>
<span class="buzia"></span>
</figure>
<figure class="rece">
<span class="reka-lewa"></span>
<span class="reka-prawa"></span>
</figure>
<figure class="tlow">
<span class="szyja"></span>
<span class="brzuch"></span>
</figure>
<figure class="nogi">
<span class="noga-lewa"></span>
<span class="noga-prawa"></span>
</figure>
</div>
<figure class="facet-cien">
<span class="cien-lewy"></span>
<span class="cien-prawy"></span>
</figure>
</div>
</div>
<div id="ballo">
</br>
<div id="centered">
<audio id="audio" controls preload>
<source src="sounds/sound.mp3" type="audio/mp3">
</audio>
</div>
<h1>Come On!!! I Feel Stupid to Dance Without a Track...
</br>Please Press "PLAY"</br>and Help me Dance!!!</h1>
</div>
</br>
</body>
</html>