-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·21 lines (21 loc) · 1.2 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<title>skin-configurator1</title>
<meta name='viewport' content='width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0'>
<script src='https://code.jquery.com/jquery-3.2.1.min.js' integrity='sha256-hwg4gsxgFZhOsEEamdOYGBf13FyQuiTwlAQgxVSNgt4=' crossorigin='anonymous'></script>
<script src='http://player.ooyala.com/static/v4/candidate/latest/core.js'></script>
<script src='http://player.ooyala.com/static/v4/candidate/latest/video-plugin/main_html5.min.js'></script>
<script src='http://player.ooyala.com/static/v4/production/latest/video-plugin/osmf_flash.min.js'></script>
<script src='http://player.ooyala.com/static/v4/production/latest/video-plugin/bit_wrapper.min.js'></script>
<script src='http://player.ooyala.com/static/v4/candidate/latest/skin-plugin/html5-skin.min.js'></script>
<script src='http://localhost:3000/static/js/staticplayer.js'></script>
<link rel='stylesheet' href='http://player.ooyala.com/static/v4/candidate/latest/skin-plugin/html5-skin.min.css'/>
<link href='static/tabs-component.css' rel='stylesheet'>
</head>
<body>
<div id='app'></div>
<!-- built files will be auto injected -->
</body>
</html>