summaryrefslogtreecommitdiffstats
path: root/examples/webenginewidgets/videoplayer/data/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'examples/webenginewidgets/videoplayer/data/index.html')
-rw-r--r--examples/webenginewidgets/videoplayer/data/index.html23
1 files changed, 23 insertions, 0 deletions
diff --git a/examples/webenginewidgets/videoplayer/data/index.html b/examples/webenginewidgets/videoplayer/data/index.html
new file mode 100644
index 000000000..4a1bdc33e
--- /dev/null
+++ b/examples/webenginewidgets/videoplayer/data/index.html
@@ -0,0 +1,23 @@
+<!doctype html>
+<html lang="en">
+ <head>
+ <meta charset="utf-8">
+ <style type="text/css">
+ #ytplayer {
+ position: absolute;
+ top: 0;
+ left: 0;
+ width: 100%;
+ height: 100%;
+ }
+ </style>
+ </head>
+ <body>
+ <iframe
+ id="ytplayer"
+ src="https://www.youtube.com/embed/CjyjEUFn_FI"
+ frameborder="0"
+ allowfullscreen>
+ </iframe>
+ </body>
+</html>