Start working on VideoJS for Google Drive

This commit is contained in:
calzoneman 2015-05-15 00:03:05 -05:00
parent daf2463a6a
commit fe9ebfa6b1
5 changed files with 293 additions and 94 deletions

View file

@ -4,6 +4,7 @@ html(lang="en")
include head
mixin head()
link(href="//code.jquery.com/ui/1.10.3/themes/smoothness/jquery-ui.css", rel="stylesheet")
link(rel="stylesheet", href="https://vjs.zencdn.net/4.12/video-js.css")
body
#wrap
nav.navbar.navbar-inverse.navbar-fixed-top(role="navigation")
@ -228,3 +229,4 @@ html(lang="en")
script(defer, src="/js/sc.js")
script(defer, src="/js/froogaloop.min.js")
script(defer, src="/js/swf.js")
script(defer, src="https://vjs.zencdn.net/4.12/video.js")