FileSharer/resources/watch.html
Bingus_Violet 6c4b1e5c00 ???
2024-02-05 17:16:02 -06:00

32 lines
1 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="https://violets-purgatory.dev/style.css">
<meta content="{TITLE} - Violet's Clipdump" property="og:title" />
<meta content="{VID_INFO}" />
<meta property="og:video" content="https://fs.violets-purgatory.dev/{VID_PATH}" />
<meta property="og:video:type" content="video/mp4">
<meta property="og:video:secure_url" content="https://fs.violets-purgatory.dev/{VID_PATH}">
<meta property="og:video:height" content="720">
<meta property="og:video:width" content="1280">
<meta content="#a200ff" data-react-helmet="true" name="theme-color" />
<title>{TITLE}</title>
</head>
<body>
<h1>{TITLE}</h1>
<p><a href="{BACK}">Back</a></p>
<p>{VID_INFO}</p>
<div class="fadediv">
<video src="/video/{VID_PATH}" width="100%" controls></video>
</div>
</body>
</html>