This repository has been archived by the owner on Nov 14, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
63 lines (56 loc) · 2.66 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
<!--
Copyright (C) 2014 Jasper Zonneveld
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
-->
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<link rel="shortcut icon" href="favicon.ico">
<title>Master Project Jasper Zonneveld</title>
<!-- CSS -->
<link href="css/bootstrap.css" media="screen" rel="stylesheet" type="text/css" />
<link href="css/icons.css" media="screen" rel="stylesheet" type="text/css" />
<link href="css/style.css" media="screen" rel="stylesheet" type="text/css" />
<!-- JS -->
<script type="text/javascript" src="http://code.jquery.com/jquery-1.9.1.min.js"></script>
<script>window.jQuery || document.write('<script type="text/javascript" src="js/vendor/jquery-1.9.1.min.js"><\/script>')</script>
<script type="text/javascript" src="http://popcornjs.org/code/dist/popcorn-complete.min.js"></script>
<script>window.Popcorn || document.write('<script type="text/javascript" src="js/vendor/popcorn-complete.min.js"><\/script>')</script>
<script type="text/javascript" src="js/vendor/jquery.peerbind.js"></script>
<script type="text/javascript" src="js/vendor/math.uuid.js"></script>
<script type="text/javascript" src="js/main.js"></script>
<script type="text/javascript" src="js/video.js"></script>
<script type="text/javascript" src="https://apis.google.com/js/client.js?onload=initGapi"></script>
<script type="text/javascript">
var oPeerbindOptions = {
'endpointprefixes': [""],
'endpoint': "linkedtv.project.cwi.nl/peerbind",
'type': "string"
};
var sGapiKey = 'AIzaSyDs0fMBVzLMsMakBN5ZJ55qOUOxSZxiKR0';
</script>
</head>
<body>
<video height="480" width="854" id="video" controls="">
<source src="http://linkedtv.project.cwi.nl/player/video/raw.mp4" type="video/mp4">
</video>
<div id="overlay">
<a id="link" href="" target="blank"><img alt="QR" /><span>LINK</span></a>
<p>
Scan de QR-code of gebruik<br>onderstaande code:<br>
<span id="code">CODE</span>
</p>
<a id="toggle"><span>Toon tweede scherm link</span> <i class="icon-chevron-down"></i></a>
</div>
</body>
</html>