-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
52 lines (48 loc) · 1.64 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="scene">
<button>
<span class="measurements">
<span class="width">100cqw</span>
<span class="height">100cqh</span>
</span>
<span class="glows">
<span class="spark__container spark__glows">
<span class="spark"></span>
<span class="spark"></span>
</span>
</span>
<span class="spark__container">
<span class="spark"></span>
<span class="spark"></span>
</span>
<span class="spark__container spark__container--reveal">
<span class="spark"></span>
<span class="spark"></span>
</span>
<span class="backdrop"></span>
<span class="text">
Deploy
</span>
<span class="labels">
<span class="label label--button">Button</span>
<span class="label label--glow">Glows</span>
<span class="label label--text">Text</span>
</span>
</button>
</div>
<script src="https://cdnjs.cloudflare.com/ajax/libs/dat-gui/0.7.7/dat.gui.min.js"></script>
<script src="script.js"></script>
<audio autoplay>
<source src="pyarhota.mp3" type="audio/mpeg" >
Your browser does not support the audio element.
</audio>
</body>
</html>