|
@@ -18,9 +18,8 @@
|
|
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
|
|
|
|
- <link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.0/css/bootstrap.min.css">
|
|
|
- <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
|
|
|
- <link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.7.0/styles/default.min.css">
|
|
|
+ {% style "css/bootstrap-3.3.0.css" %}
|
|
|
+ {% style "css/font-awesome-4.2.0.css" %}
|
|
|
{% style "css/screen.css" %}
|
|
|
|
|
|
|
|
@@ -32,6 +31,11 @@
|
|
|
<script src="/assets/videojs/videojs-playbackrate-adjuster.js"></script>
|
|
|
<script src="/assets/videojs/videojs-contrib-quality-levels.js"></script>
|
|
|
|
|
|
+
|
|
|
+ {% script "js/jquery-1.11.js" %}
|
|
|
+ {% script "js/bootstrap-3.3.0.js" %}
|
|
|
+
|
|
|
+
|
|
|
</head>
|
|
|
<body>
|
|
|
<video id="video-player" style="position: absolute; width: 100%; height: 100%;" width="100%" height="100%" class="video-js vjs-default-skin"
|
|
@@ -59,7 +63,5 @@
|
|
|
|
|
|
</script>
|
|
|
|
|
|
-<script src="//code.jquery.com/jquery-1.11.0.min.js"></script>
|
|
|
-<script src="//maxcdn.bootstrapcdn.com/bootstrap/3.3.0/js/bootstrap.min.js"></script>
|
|
|
</body>
|
|
|
</html>
|