-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
49 lines (43 loc) · 1.55 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
<!DOCTYPE html>
<html>
<head>
<title>Lelo Pudina</title>
<link rel="canonical" href="https://lelopudina.vercel.app" />
<meta property="og:url" content="https://lelopudina.vercel.app">
<meta property="og:video" content="https://lelopudina.vercel.app/pudina.mp4" />
<meta property="og:video:secure_url" content="https://lelopudina.vercel.app/pudina.mp4">
<meta property="og:video:type" content="video/mp4" />
<meta property="og:type" content="video.other">
<meta name="twitter:site" content="@HeySkidee">
<meta name="twitter:domain" content="https://lelopudina.vercel.app">
<meta name="twitter:card" content="player" />
<meta name="twitter:image" content="https://lelopudina.vercel.app/pudina.mp4">
<meta name="twitter:player" content="https://lelopudina.vercel.app/pudina.mp4" />
<meta name="twitter:player:stream" content="pudina.mp4" />
<meta name="twitter:player:stream:content_type" content="video/mp4" />
<meta property="title" content="Lelo Pudina">
</head>
<body>
<style type="text/css">
* {
margin: 0;
padding: 0;
overflow: hidden;
}
html {
display: flex;
align-items: center;
justify-content: center;
background-color: black;
height: 100vh;
width: 100vw;
}
video {
height: 80vh;
}
</style>
<video width="100%" controls autoplay>
<source src="https://lelopudina.vercel.app/pudina.mp4" type="video/mp4">
</video>
</body>
</html>