Initial commit
This commit is contained in:
14
player.html
Normal file
14
player.html
Normal file
@ -0,0 +1,14 @@
|
||||
<!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>
|
||||
Reference in New Issue
Block a user