• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1<html>
2  <head>
3    <style type="text/css">
4      body      { background-color: black; }
5      a:hover   { text-decoration: none; }
6      a:link    { color: black; }
7      a:visited { color: black; }
8      #bg {
9        position: fixed;
10        margin: 0px;
11        border: 0px;
12        padding: 0px;
13        left: 0px;
14        top: 0px;
15        width: 100%;
16        height: 100%;
17        overflow: hidden;
18        z-index: 0;
19      }
20      #main {
21        position: absolute;
22        left: 0%;
23        top: 0%;
24        width: 100%;
25        height: 100%;
26        padding: 0%;
27        z-index: 10;
28      }
29    </style>
30  </head>
31  <body>
32    <div id="bg">
33      <table height="100%" width="100%" border="0" cellpadding="0"
34        cellspacing="0">
35        <tr>
36          <td valign="middle">
37            <img src="http://img.youtube.com/vi/VIDEO_ID/0.jpg" width="100%"/>
38          </td>
39        </tr>
40      </table>
41    </div>
42    <div id="main">
43      <table height="100%" width="100%">
44        <tr>
45          <td align="center" valign="middle" height="100%">
46            <a id="url" href="vnd.youtube:VIDEO_ID" target="_top">
47              <img src="play.png" style="border:0px"/>
48            </a>
49          </td>
50        </tr>
51        <tr>
52          <td valign="bottom" align="right">
53            <img src="youtube.png" style="opacity:.7"/>
54          </td>
55        </tr>
56      </table>
57    </div>
58  </body>
59</html>
60