Files
anime/player.html
2025-10-02 15:25:09 +02:00

17 lines
646 B
HTML

<!DOCTYPE html>
<html>
<head>
<link href="https://lesbian.ddns.net/Tomas/-/files/lib/web/video-js.css" rel="stylesheet" />
<script src="https://lesbian.ddns.net/Tomas/-/files/lib/web/video.min.js"></script>
<script src="https://lesbian.ddns.net/Tomas/-/files/lib/web/jquery.min.js"></script>
<script src="js/player.js"></script>
<title>Anime - Player</title>
</head>
<body>
<p id="title"></p>
<p><a href="..">Back</a></p>
<h2 id="status">"Video Player"</h2>
<video id="vid" class="video-js" preload="auto" controls width="480" height="360"/>
</body>
</html>