24 lines
No EOL
490 B
HTML
24 lines
No EOL
490 B
HTML
<!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>GV</title>
|
|
<style>
|
|
#gv {
|
|
position: fixed;
|
|
right: 0;
|
|
bottom: 0;
|
|
min-width: 100%;
|
|
min-height: 100%;
|
|
pointer-events: none;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
|
|
<video autoplay="" muted="" loop="" id="gv">
|
|
<source src="media/gv.mp4" type="video/mp4">
|
|
</video>
|
|
|
|
|
|
</body></html> |