-
Notifications
You must be signed in to change notification settings - Fork 0
/
sfondonuvola.html
51 lines (34 loc) · 1.07 KB
/
sfondonuvola.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>SERVER89 TEST PLAYER SFONDO</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="author" content="Server89.com">
<link href="https://fonts.googleapis.com/css2?family=Codystar&family=Lato:wght@300&family=Oswald:wght@300&family=Raleway+Dots&display=swap" rel="stylesheet">
<style>
body {margin:0; padding:0; width: 100%;
height:100vh;}
.videobg {
width: 100%;
height:100vh;
object-fit: cover;
z-index: 99999;
}
.chat { position: absolute; width: 620px; height: 410px; z-index: 99999; left:1px; top:20px;}
</style>
</head>
<body id="nuvola">
<script src="https://ajeje989.github.io/video-player-html5/nuvola.js"></script>
<script src="https://www.vantajs.com/dist/vanta.clouds.min.js"></script>
<script>
VANTA.CLOUDS({
el: "#nuvola",
mouseControls: true,
touchControls: true,
minHeight: 200.00,
minWidth: 200.00
})
</script>
</body>
</html>