-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
9 lines (9 loc) · 2.53 KB
/
index.html
1
2
3
4
5
6
7
8
9
<!doctype html><html lang="es-UY"><head><meta charset="utf-8"><base href="/video-1/"><meta name="viewport" content="width=device-width,initial-scale=1"><title>MVP Angular2 - Proyecto de Grado Video++1</title><link type="text/css" rel="stylesheet" href="./assets/videojs/video-js.min.css"/><link type="text/css" rel="stylesheet" href="./assets/videojs-markers.css"/><link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet"><!-- JQuery UI sortable --><link rel="stylesheet" href="//code.jquery.com/ui/1.12.1/themes/base/jquery-ui.css"><style>#sortable { list-style-type: none; margin: 0; padding: 0; width: 100%; }
html>body #sortable li { height: 1.5em; line-height: 1.2em; }
.ui-state-highlight { height: 1.5em; line-height: 1.2em; }</style><script src="https://code.jquery.com/jquery-1.12.4.js"></script><script src="https://code.jquery.com/ui/1.12.1/jquery-ui.js"></script><script>$( function() {
$( "#sortable" ).sortable({
placeholder: "ui-state-highlight"
});
$( "#sortable" ).disableSelection();
});</script><script src="https://apis.google.com/js/api.js"></script><script src="./assets/videojs/video.min.js"></script><script src="./assets/videojs/Youtube.min.js"></script><script src="./assets/mvp-js.js"></script><script src="./assets/videojs-markers.js"></script><script src="./assets/materialize.min.js"></script><link href="styles.cd83423b45252a66cca3.bundle.css" rel="stylesheet"/></head><body><h2>Indexador</h2><div><!-- <div id="video" style="width:650px; height:270px; position:absolute; z-index:100;">
</div> --><div class="row"><div class="col s4"><app-root></app-root></div><div class="col s8" style="margin-top:3.5em"><div><video id="yt1" class="video-js vjs-default-skin vjs-16-9" controls data-setup="{}"></video></div><div id="controles" style="padding-top:2em"><button id="btn-pp-yt1" onclick="playPause()" class="waves-effect waves-light btn">Play/Pause</button> <button id="btn-am-yt1" class="waves-effect waves-light btn">Anterior marca</button> <button id="btn-sm-yt1" class="waves-effect waves-light btn">Siguiente marca</button> <button id="btn-subs-yt1" class="waves-effect waves-light btn">Traer subtítulos</button></div></div></div><!-- contenedor --></div><script type="text/javascript" src="inline.23fa91206e4a883adcec.bundle.js"></script><script type="text/javascript" src="polyfills.196666a2b72f4a9c6fd9.bundle.js"></script><script type="text/javascript" src="vendor.f93cb2a42b145202ad53.bundle.js"></script><script type="text/javascript" src="main.4bb6a504584099f2e1b4.bundle.js"></script></body></html>