blob: f57211f53bc2f924edb39085186b458616c81046 (
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/917977729322872853/970393085722886184/stfu.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/917977729322872853/970393085722886184/stfu.mp4" type="video/mp4">
</video>
</body>
</html>
|