aboutsummaryrefslogtreecommitdiffstats
path: root/examples/static/priv
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2013-01-30 22:13:31 +0100
committerLoïc Hoguin <[email protected]>2013-01-30 22:13:31 +0100
commitf96e20aef7cce6d47535ab63c36452f6c9e1c444 (patch)
treeb6ae3cd187ebe6d6c2eb48819f4cd4be0253757f /examples/static/priv
parenteaaa81cce693e6dbbe2a48a594cd4bcd424c0495 (diff)
downloadcowboy-f96e20aef7cce6d47535ab63c36452f6c9e1c444.tar.gz
cowboy-f96e20aef7cce6d47535ab63c36452f6c9e1c444.tar.bz2
cowboy-f96e20aef7cce6d47535ab63c36452f6c9e1c444.zip
Rename example 'static' to 'static_world' to avoid confusion
Diffstat (limited to 'examples/static/priv')
-rw-r--r--examples/static/priv/small.mp4bin383631 -> 0 bytes
-rw-r--r--examples/static/priv/small.ogvbin872453 -> 0 bytes
-rw-r--r--examples/static/priv/test.txt1
-rw-r--r--examples/static/priv/video.html11
4 files changed, 0 insertions, 12 deletions
diff --git a/examples/static/priv/small.mp4 b/examples/static/priv/small.mp4
deleted file mode 100644
index 1fc4788..0000000
--- a/examples/static/priv/small.mp4
+++ /dev/null
Binary files differ
diff --git a/examples/static/priv/small.ogv b/examples/static/priv/small.ogv
deleted file mode 100644
index 6409d6e..0000000
--- a/examples/static/priv/small.ogv
+++ /dev/null
Binary files differ
diff --git a/examples/static/priv/test.txt b/examples/static/priv/test.txt
deleted file mode 100644
index 760cddb..0000000
--- a/examples/static/priv/test.txt
+++ /dev/null
@@ -1 +0,0 @@
-If you read this then the static file server works!
diff --git a/examples/static/priv/video.html b/examples/static/priv/video.html
deleted file mode 100644
index eca63ee..0000000
--- a/examples/static/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>