59 lines
1.9 KiB
HTML
59 lines
1.9 KiB
HTML
|
|
<!doctype html>
|
|
<html>
|
|
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
|
<link rel="stylesheet" href="css/bootstrap.min.css">
|
|
<link rel="manifest" href="manifest.json">
|
|
<meta name="apple-mobile-web-app-title" content="Live EDtv">
|
|
<link rel="apple-touch-icon" sizes="192x192" href="images/Livetv192.png">
|
|
<link rel="apple-touch-icon" sizes="512x512" href="images/Livetv512.png">
|
|
<meta name="apple-mobile-web-app-capable" content="yes">
|
|
<title>Live Edtv</title>
|
|
|
|
<script src="https://cdn.onesignal.com/sdks/OneSignalSDK.js" async=""></script>
|
|
<script>
|
|
if (location.protocol != 'https:') {
|
|
location.href = 'https:' + window.location.href.substring(window.location.protocol.length);
|
|
}
|
|
var OneSignal = window.OneSignal || [];
|
|
OneSignal.push(function() {
|
|
OneSignal.init({
|
|
appId: "66c37523-4c01-4d30-a960-27cbab4a66a8",
|
|
});
|
|
});
|
|
</script>
|
|
</head>
|
|
|
|
<body>
|
|
<div class="container">
|
|
<h1 id="titleText">Test</h1>
|
|
</div>
|
|
<div class="container">
|
|
<div class="row">
|
|
<div class="col-xs-12 col-md-8">
|
|
<div class="embed-responsive embed-responsive-16by9">
|
|
<video id="vidPlayer" class="embed-responsive-item" controls></video>
|
|
</div>
|
|
</div>
|
|
<div id="videoListContainer" class="col-xs-8 col-md-4 pre-scrollable" style="min-height:100%">
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="container" style="margin-top: 25px;">
|
|
<div class="row">
|
|
<div class='onesignal-customlink-container'></div>
|
|
</div>
|
|
</div>
|
|
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
|
|
<script src="js/jquery-3.3.1.slim.min.js"></script>
|
|
<script src="js/popper-umd/popper.min.js"></script>
|
|
<script src="js/bootstrap.min.js"></script>
|
|
<script src="js/hls.min.js"></script>
|
|
<script src="index.js"></script>
|
|
</body>
|
|
|
|
</html>
|