15 lines
567 B
HTML
15 lines
567 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>
|
||
|
|
<h2 id="status">"Video Player"</h2>
|
||
|
|
<video id="vid" class="video-js" controls width="480" height="360"/>
|
||
|
|
</body>
|
||
|
|
</html>
|