Files
anime/player.html

17 lines
646 B
HTML
Raw Normal View History

2025-10-02 13:07:50 +02:00
<!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>
2025-10-02 13:36:03 +02:00
<p id="title"></p>
2025-10-02 15:01:19 +02:00
<p><a href="..">Back</a></p>
2025-10-02 13:07:50 +02:00
<h2 id="status">"Video Player"</h2>
2025-10-02 15:25:09 +02:00
<video id="vid" class="video-js" preload="auto" controls width="480" height="360"/>
2025-10-02 13:07:50 +02:00
</body>
</html>