-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbaixar.html
71 lines (69 loc) · 2.17 KB
/
baixar.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
64
65
66
67
68
69
70
71
<!DOCTYPE html>
<html lang="pt-br">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="shortcut icon" href="Matio_logo.png" type="image/x-icon">
<title>Baixar App</title>
<style>
*{
padding: 0;
margin: 0;
box-sizing: border-box;
font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif,'Poppins', sans-serif;
color: #fff;
}
</style>
</head>
<body>
<div class="header finisher-header" style="width: 100%; height: 100vh;display:flex;text-align: center;justify-content: center;align-items: center;">
<div class="container">
<img src="telele1.png" alt="" style="width: 205px;">
<h1>Transferir o buletchi@sound</h1>
<p>Reproduz milhões de músicas no teu dispositivo.</p>
<button style="width: 120px; height: 40px;padding: 5px;background-color: #fff;color: black;margin-top: 15px; border-radius: 30px;border: none; box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .1);cursor: pointer;" onclick="alert('Brevemente')">Transferir</button>
</div>
</div>
<script src="finisher-header.es5.min.js" type="text/javascript"></script>
<script type="text/javascript">
new FinisherHeader({
"count": 10,
"size": {
"min": 1300,
"max": 1500,
"pulse": 0
},
"speed": {
"x": {
"min": 0.1,
"max": 1
},
"y": {
"min": 0.1,
"max": 1
}
},
"colors": {
"background": "#2a27a9",
"particles": [
"#ff4848",
"#000000",
"#22d9e5",
"#000000",
"#39e7bf"
]
},
"blending": "overlay",
"opacity": {
"center": 0.5,
"edge": 0.05
},
"skew": 0,
"shapes": [
"c"
]
});
</script>
</body>
</html>