diff options
author | Adam Cammack <[email protected]> | 2013-02-09 04:04:49 -0600 |
---|---|---|
committer | Adam Cammack <[email protected]> | 2013-02-09 13:54:08 -0600 |
commit | 09f1a8d55bdd16e32de81d953ed281338db0cf89 (patch) | |
tree | d2a6696d12711a06d1d6a351822d33260dd526a7 /examples/markdown_middleware/priv | |
parent | 26935cbfb021632eb8f932af43737fdbfcfad128 (diff) | |
download | cowboy-09f1a8d55bdd16e32de81d953ed281338db0cf89.tar.gz cowboy-09f1a8d55bdd16e32de81d953ed281338db0cf89.tar.bz2 cowboy-09f1a8d55bdd16e32de81d953ed281338db0cf89.zip |
Add an example with custom middleware
Diffstat (limited to 'examples/markdown_middleware/priv')
-rw-r--r-- | examples/markdown_middleware/priv/small.mp4 | bin | 0 -> 383631 bytes | |||
-rw-r--r-- | examples/markdown_middleware/priv/small.ogv | bin | 0 -> 872453 bytes | |||
-rw-r--r-- | examples/markdown_middleware/priv/video.md | 9 |
3 files changed, 9 insertions, 0 deletions
diff --git a/examples/markdown_middleware/priv/small.mp4 b/examples/markdown_middleware/priv/small.mp4 Binary files differnew file mode 100644 index 0000000..1fc4788 --- /dev/null +++ b/examples/markdown_middleware/priv/small.mp4 diff --git a/examples/markdown_middleware/priv/small.ogv b/examples/markdown_middleware/priv/small.ogv Binary files differnew file mode 100644 index 0000000..6409d6e --- /dev/null +++ b/examples/markdown_middleware/priv/small.ogv diff --git a/examples/markdown_middleware/priv/video.md b/examples/markdown_middleware/priv/video.md new file mode 100644 index 0000000..422bd32 --- /dev/null +++ b/examples/markdown_middleware/priv/video.md @@ -0,0 +1,9 @@ +HTML5 Video With Markdown +========================= + +<video controls> +<source src="small.ogv" type="video/ogg"/> +<source src="small.mp4" type="video/mp4"/> +</video> + +Videos taken from [TechSlides](http://techslides.com/sample-webm-ogg-and-mp4-video-files-for-html5/) |