Project

General

Profile

Download (368 Bytes) Statistics
| Branch: | Tag: | Revision:

magiccube / src / main / res / raw / webvideo.html @ 2971588c

1
<!DOCTYPE html>
2
<html lang="en">
3
    <head>
4
        <meta charset="utf-8">
5
        <style>
6
            iframe   { border: 0; position:fixed; width:100%; height:100%; bgcolor="#000000"; }
7
            body     { margin: 0; bgcolor="#000000"; }
8
        </style>
9
    </head>
10
    <body>
11
        <iframe src="%1" frameborder="0" allowfullscreen></iframe>
12
    </body>
13
</html>
(28-28/28)