FileSharer/resources/watch.html

24 lines
540 B
HTML
Raw Normal View History

2024-02-05 12:35:10 -06:00
<!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">
<title>{TITLE}</title>
</head>
<body>
<h1>{TITLE}</h1>
<p><a href="{BACK}">Back</a></p>
<p>{VID_INFO}</p>
<div class="fadediv">
<video src="/proxy/8080/video/{VID_PATH}" width="100%" controls></video>
</div>
</body>
</html>