aboutsummaryrefslogtreecommitdiffstats
path: root/examples/web_server/priv
diff options
context:
space:
mode:
Diffstat (limited to 'examples/web_server/priv')
-rw-r--r--examples/web_server/priv/small.mp4bin383631 -> 0 bytes
-rw-r--r--examples/web_server/priv/small.ogvbin872453 -> 0 bytes
-rw-r--r--examples/web_server/priv/test.txt1
-rw-r--r--examples/web_server/priv/video.html11
4 files changed, 0 insertions, 12 deletions
diff --git a/examples/web_server/priv/small.mp4 b/examples/web_server/priv/small.mp4
deleted file mode 100644
index 1fc4788..0000000
--- a/examples/web_server/priv/small.mp4
+++ /dev/null
Binary files differ
diff --git a/examples/web_server/priv/small.ogv b/examples/web_server/priv/small.ogv
deleted file mode 100644
index 6409d6e..0000000
--- a/examples/web_server/priv/small.ogv
+++ /dev/null
Binary files differ
diff --git a/examples/web_server/priv/test.txt b/examples/web_server/priv/test.txt
deleted file mode 100644
index 760cddb..0000000
--- a/examples/web_server/priv/test.txt
+++ /dev/null
@@ -1 +0,0 @@
-If you read this then the static file server works!
diff --git a/examples/web_server/priv/video.html b/examples/web_server/priv/video.html
deleted file mode 100644
index eca63ee..0000000
--- a/examples/web_server/priv/video.html
+++ /dev/null
@@ -1,11 +0,0 @@
-<!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>