forked from polimediaupv/bower-paella
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
20 lines (20 loc) · 1.1 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<html>
<head>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title> Paella-Standalone Example Repository</title>
</head>
<body>
<h1> Paella-Standalone Example Repository </h1>
<ul>
<li> <a href="player/index.html?id=video-remote-1"> Single video without slides </a> </li>
<li> <a href="player/index.html?id=video-remote-1"> Single video (matterhorn) </a> </li>
<li> <a href="player/index.html?id=video-remote-2"> Dual video (matterhorn) </a> </li>
<li> <a href="player/index.html?id=belmar-multiresolution-remote"> Multiresolution video </a> </li>
<li> <a href="player/index.html?id=jordan-blackboard-remote"> Blackboard test video </a> </li>
<li> <a href="player/index.html?id=upv-tv-live"> Live UPV TV </a> </li>
<li> <a href="player/index.html?id=a3-tv-live"> Live Antena3 TV </a> </li>
</ul>
<h2>Embed test:</h2>
<iframe allowfullscreen src="http://localhost:8000/player/index.html?id=belmar-multiresolution-remote" style="border:0px #FFFFFF none;" name="Paella Player" scrolling="no" frameborder="0" marginheight="0px" marginwidth="0px" width="620" height="349"></iframe>
</body>
</html>