blob: 54d3d39d5d37af920367436c4d714c75bdebea4a (
plain)
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
|
<!DOCTYPE html>
<html>
<head>
<style>
html{
background-color: #2a2b2f;
color: #fff;
}
video{
position: absolute;
width: 50%;
left: 0px;
top: 0px;
}
img{
width: 90%;
height: 90%;
}
</style>
<meta property="og:type" content="video.other">
<meta property="og:video:url" content="https://cdn.discordapp.com/attachments/918571622049411133/1008279167676190780/nice_opinion.mp4">
</head>
<body>
<img src="https://cdn.discordapp.com/attachments/917977729322872853/970639692322209792/sdfsdfsdfsdf.png" alt="">
<video controls autoplay>
<source src="https://cdn.discordapp.com/attachments/918571622049411133/1008279167676190780/nice_opinion.mp4" type="video/mp4">
</video>
</body>
</html>
|