From c631e1d82167128665cb5d6fa47838fff5d67df2 Mon Sep 17 00:00:00 2001
From: Noorul <me@noorul.xyz>
Date: Tue, 28 May 2019 15:14:57 +0530
Subject: [PATCH] adding kickstarter pitch video

---
 index.html | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/index.html b/index.html
index 8ee31a1..7890f64 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>
-- 
GitLab