-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
60 lines (58 loc) · 2.37 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Christmas Tree to 106</title>
<link rel="stylesheet" href="index.css">
<script src="https://code.jquery.com/jquery-3.3.1.min.js" integrity="sha256-FgpCb/KJQlLNfOu91ta32o/NMZxltwRo8QtmkMRdAu8="
crossorigin="anonymous"></script>
<img src="images/图片1.png" alt="">
</div>
<body>
<header>
<nav>
<section class="Musica"></section>
<audio controls>
<source src="images/Children’s Christmas.mp3" type="audio/mp3">
<source src="images/Children’s Christmas.mp3" type="audio/ogg">
<source src="images/Children’s Christmas.mp3" type="audio/wav">
Tú navegador no soporta audio HTML5.
</audio>
</head>
</picture>
<body background="images/original.jpg"></body>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<div class="arbol-container">
<div class="actions">
<button id="start">puchale play</button>
<input type="number" id="velocidad" min="0.1" max="3" step="0.1">
<select id="variacion">
<option value="1">Opcion 1</option>
<option value="2">Opcion 2</option>
<option value="3">Opcion 3</option>
</select>
</div>
<img src="./images/arbol.png" class="arbol">
<div class="balls">
<img src="./images/yellow.png" class="ball-yellow1" alt="">
<img src="./images/Green.png" class="ball-green1" alt="">
<img src="./images/blue.png" class="ball-blue1" alt="">
<img src="./images/Red.png" class="ball-red1" alt="">
<img src="./images/blue.png" class="ball-blue2" alt="">
<img src="./images/Green.png" class="ball-green2" alt="">
<img src="./images/yellow.png" class="ball-yellow2" alt="">
<img src="./images/Red.png" class="ball-red2" alt="">
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.js"></script>
<script src="jquery.snow.min.js"></script>
<script>
$(document).ready(function(){
$.fn.snow({});
});
</script>
</div>
<script src="index.js"></script>
</body>
</html>