mirror of
https://github.com/mehotkhan/BandersnatchInteractive.git
synced 2025-07-27 17:23:22 +00:00
add google analysis + add some tips
This commit is contained in:
parent
0e1313b467
commit
882f53452e
1 changed files with 13 additions and 2 deletions
15
index.html
15
index.html
|
@ -4,11 +4,21 @@
|
|||
<head>
|
||||
<meta charset="utf-8">
|
||||
|
||||
<title>Bandersnatch Interactive</title>
|
||||
<title>Bandersnatch Interactive Player</title>
|
||||
<script src="assets/bandersnatch.js"></script>
|
||||
<script src="assets/SegmentMap.js"></script>
|
||||
<script src="assets/scripts.js"></script>
|
||||
<link rel="stylesheet" type="text/css" href="assets/styles.css">
|
||||
<!-- Global site tag (gtag.js) - Google Analytics -->
|
||||
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-132739093-1"></script>
|
||||
<script>
|
||||
window.dataLayer = window.dataLayer || [];
|
||||
function gtag(){dataLayer.push(arguments);}
|
||||
gtag('js', new Date());
|
||||
|
||||
gtag('config', 'UA-132739093-1');
|
||||
</script>
|
||||
|
||||
</head>
|
||||
|
||||
<body onload=onload()>
|
||||
|
@ -34,6 +44,7 @@
|
|||
<li>drag it on white box on page :)</li>
|
||||
<li>on full screen video choice dont show !!!</li>
|
||||
<li>only english subtitle available , if you want add another language subtitle , tell me</li>
|
||||
<li>tested with Black.Mirror.Bandersnatch.2018.720p.WEB-DL.x264.DUAL.mkv file</li>
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
|
@ -41,7 +52,7 @@
|
|||
|
||||
</div>
|
||||
<div id="wrapper-video">
|
||||
<video id="video" controls loop preload="metadata">
|
||||
<video id="video" controls loop preload="metadata">
|
||||
<source id="video-source" src="">
|
||||
<track label="English" kind="subtitles" srclang="en" src="Black.Mirror.Bandersnatch.2018.WEBRip.x264-NoGRP.vtt"
|
||||
default>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue