aboutsummaryrefslogtreecommitdiffstats
path: root/examples/static_world/priv
diff options
context:
space:
mode:
Diffstat (limited to 'examples/static_world/priv')
-rw-r--r--examples/static_world/priv/small.mp4bin0 -> 383631 bytes
-rw-r--r--examples/static_world/priv/small.ogvbin0 -> 872453 bytes
-rw-r--r--examples/static_world/priv/test.txt1
-rw-r--r--examples/static_world/priv/video.html11
4 files changed, 12 insertions, 0 deletions
diff --git a/examples/static_world/priv/small.mp4 b/examples/static_world/priv/small.mp4
new file mode 100644
index 0000000..1fc4788
--- /dev/null
+++ b/examples/static_world/priv/small.mp4
Binary files differ
diff --git a/examples/static_world/priv/small.ogv b/examples/static_world/priv/small.ogv
new file mode 100644
index 0000000..6409d6e
--- /dev/null
+++ b/examples/static_world/priv/small.ogv
Binary files differ
diff --git a/examples/static_world/priv/test.txt b/examples/static_world/priv/test.txt
new file mode 100644
index 0000000..760cddb
--- /dev/null
+++ b/examples/static_world/priv/test.txt
@@ -0,0 +1 @@
+If you read this then the static file server works!
diff --git a/examples/static_world/priv/video.html b/examples/static_world/priv/video.html
new file mode 100644
index 0000000..eca63ee
--- /dev/null
+++ b/examples/static_world/priv/video.html
@@ -0,0 +1,11 @@
+<!DOCTYPE html>
+<html>
+<body>
+ <h1>HTML5 Video Example</h1>
+ <video controls>
+ <source src="small.ogv" type="video/ogg"/>
+ <source src="small.mp4" type="video/mp4"/>
+ </video>
+ <p>Videos taken from <a href="http://techslides.com/sample-webm-ogg-and-mp4-video-files-for-html5/">TechSlides</a></p>
+</body>
+</html>