Remove assets from repo

This commit is contained in:
Omar Roth
2018-02-06 18:52:01 -06:00
parent d4c88f2844
commit 567856363b
14 changed files with 6 additions and 29817 deletions

View File

@@ -1,7 +1,7 @@
<% content_for "header" do %>
<link rel="stylesheet" href="/css/video-js.css">
<script src="/js/video.js"></script>
<script src="/js/videojs.hotkeys.min.js"></script>
<link rel="stylesheet" href="http://vjs.zencdn.net/6.6.3/video-js.css">
<script src="http://vjs.zencdn.net/6.6.3/video.js"></script>
<script src="//cdn.sc.gl/videojs-hotkeys/latest/videojs.hotkeys.min.js"></script>
<title><%= video.title %> - Invidious</title>
<% end %>