hp / ba_video_test.html
daydreamer-json's picture
Add file
5b75b9f verified
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.00" />
<meta name="robots" content="noindex,nofollow,noarchive" />
<style>
html,body,video {
color: #fff;
background: #000;
margin: 0;
line-height: 1;
width: 100vw;
height: 100vh;
font-family: system-ui;
}
</style>
</head>
<body>
<video controls src="https://cdn.discordapp.com/attachments/873258418452987997/1088766340904525844/PV_2_2160p_24Mbps.mp4"></video>
</body>
</html>