diff --git a/index.html b/index.html index 8ee31a132f8009045855928e4e8fa86a515fdfcd..7890f644427dac670b4fa051981e9a67ebf1a834 100644 --- a/index.html +++ b/index.html @@ -18,7 +18,7 @@ <link rel="stylesheet" href="css/style.css"> <link rel="stylesheet" href="css/progress-bar.css"> - <link href="css/video-js.css" rel="stylesheet"> + <link rel="stylesheet" href="css/video-js.min.css"> <!-- to be added opengraph WIP --> </head> @@ -466,7 +466,7 @@ <script src="js/smoothscroll.js"></script> <script src="js/wow.min.js"></script> -<script src='js/video.js'></script> +<script src='js/video.min.js'></script> <!-- Custom JS --> <script src="js/custom.js"></script>