Moved css into a lib folder for external code

This commit is contained in:
Ziver Koc 2023-01-10 03:08:17 +01:00
parent b80991280a
commit 2ee0e775be
18 changed files with 16 additions and 16 deletions

View file

@ -51,6 +51,6 @@
</div>
</div>
<link href="css/video-js.min.css" rel="stylesheet">
<link href="css/lib/video-js.min.css" rel="stylesheet">
<script src="js/lib/video.min.js"></script>
<script src="js/lib/videojs-http-streaming.min.js"></script>