mirror of
https://github.com/mehotkhan/BandersnatchInteractive.git
synced 2025-07-28 09:42:55 +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
13
index.html
13
index.html
|
@ -4,11 +4,21 @@
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
|
|
||||||
<title>Bandersnatch Interactive</title>
|
<title>Bandersnatch Interactive Player</title>
|
||||||
<script src="assets/bandersnatch.js"></script>
|
<script src="assets/bandersnatch.js"></script>
|
||||||
<script src="assets/SegmentMap.js"></script>
|
<script src="assets/SegmentMap.js"></script>
|
||||||
<script src="assets/scripts.js"></script>
|
<script src="assets/scripts.js"></script>
|
||||||
<link rel="stylesheet" type="text/css" href="assets/styles.css">
|
<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>
|
</head>
|
||||||
|
|
||||||
<body onload=onload()>
|
<body onload=onload()>
|
||||||
|
@ -34,6 +44,7 @@
|
||||||
<li>drag it on white box on page :)</li>
|
<li>drag it on white box on page :)</li>
|
||||||
<li>on full screen video choice dont show !!!</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>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>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue