2018-05-25 18:58:19 +00:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<meta charset="utf-8">
|
|
|
|
<meta http-equiv="cache-control" content="no-cache">
|
|
|
|
<meta http-equiv="pragma" content="no-cache">
|
|
|
|
<meta http-equiv="expires" content="0">
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
|
|
|
|
|
|
<link rel="stylesheet" href="bower_components/bootstrap/dist/css/bootstrap.min.css">
|
2018-05-30 19:21:10 +00:00
|
|
|
|
2018-05-25 18:58:19 +00:00
|
|
|
|
|
|
|
<script src="bower_components/adapter.js/adapter.js"></script>
|
|
|
|
<script src="bower_components/jquery/dist/jquery.min.js"></script>
|
|
|
|
<script src="bower_components/bootstrap/dist/js/bootstrap.min.js"></script>
|
|
|
|
<script src="bower_components/ekko-lightbox/dist/ekko-lightbox.min.js"></script>
|
|
|
|
|
2018-08-13 15:59:23 +00:00
|
|
|
<script src="js/kurento-utils.js"></script>
|
2018-05-30 19:21:10 +00:00
|
|
|
<script src="bower_components/socket.io-client/dist/socket.io.js"></script>
|
2018-05-25 18:58:19 +00:00
|
|
|
|
|
|
|
<script src="js/index.js"></script>
|
2018-06-28 14:21:52 +00:00
|
|
|
<title>GTO Broadcasting</title>
|
2018-05-25 18:58:19 +00:00
|
|
|
</head>
|
|
|
|
<body>
|
2018-06-07 12:49:18 +00:00
|
|
|
<video id="video" autoplay style="display: block; margin: 0 auto; max-width: 100%; height: auto;"></video>
|
2018-05-25 18:58:19 +00:00
|
|
|
</body>
|
|
|
|
</html>
|