summaryrefslogtreecommitdiffstats
path: root/core/res/assets/webkit/youtube.html
diff options
context:
space:
mode:
Diffstat (limited to 'core/res/assets/webkit/youtube.html')
-rw-r--r--core/res/assets/webkit/youtube.html26
1 files changed, 26 insertions, 0 deletions
diff --git a/core/res/assets/webkit/youtube.html b/core/res/assets/webkit/youtube.html
new file mode 100644
index 0000000..86e492a
--- /dev/null
+++ b/core/res/assets/webkit/youtube.html
@@ -0,0 +1,26 @@
+<html>
+ <head>
+ <style type="text/css">
+ body { background-color: black; }
+ a:hover { text-decoration: none; }
+ a:link { color: white; }
+ a:visited { color: white; }
+ </style>
+ </head>
+ <body>
+ <table height="100%" width="100%">
+ <tr>
+ <td align="center" valign="middle" height="100%">
+ <img src="film.png"/>
+ <br/>
+ <a id="url" href="" onClick="javascript:window.top.document.location='http://youtube.com/watch' +
+ document.location.search; return false" target="_top">Open YouTube player</a>
+ </td>
+ </tr>
+ <tr><td valign="bottom" align="right">
+ <img src="youtube.png" style="opacity:.7"/>
+ </td>
+ </tr>
+ </table>
+ </body>
+</html>