Skip to content

Commit

Permalink
test docs
Browse files Browse the repository at this point in the history
  • Loading branch information
karl-rousseau committed Feb 4, 2018
1 parent 0fe8577 commit 73e5d8c
Show file tree
Hide file tree
Showing 6 changed files with 47 additions and 1 deletion.
Binary file added docs/app_ardepg.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/app_ardmediathek.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/app_euronews.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/app_hbbtvtest.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/app_ok54_de.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
48 changes: 47 additions & 1 deletion docs/index.html
@@ -1 +1,47 @@
<html><head><script>location.href='http://itv.mit-xperts.com/hbbtvtest/videoformats/';</script></head></html>
<html>
<head>
<style>
* {
margin: 0;
padding: 0;
}
body {
background-color: black;
color: white;
}
table {
table-layout: fixed;
width 100%;
}
td {
padding-bottom: 20px;
}
p {
text-align: center;
}
img {
width: 100%;
}
</style>
</head>
<body>
<table cellspacing="0">
<tr>
<td><a href="http://itv.mit-xperts.com/hbbtvtest/videoformats/" title="click to launch"><img src="app_hbbtvtest.jpg" alt="click to launch" border=0 /></a></td>
<td><a href="http://teletext.ok54.de/hbbtv.php" title="click to launch"><img src="app_ok54_de.jpg" alt="click to launch" border=0 /></a></td>
</tr>
<tr>
<td><p>MIT-xpert HbbTV Suite</p></td>
<td><p>OK54 teletext in HbbTV</p></td>
</tr>
<tr>
<td><a href="http://itv.ard.de/ardepg/" title="click to launch"><img src="app_ardepg.jpg" alt="click to launch" border=0 /></a></td>
<td><a href="http://hbbtv.ardmediathek.de/hbbtv-ard/mediathek/" title="click to launch"><img src="app_ardmediathek.jpg" alt="click to launch" border=0 /></a></td>
</tr>
<tr>
<td><p>ARD EPG application</p></td>
<td><p>ARD Mediathek catalog</p></td>
</tr>
</table>
</body>
</html>

0 comments on commit 73e5d8c

Please sign in to comment.