mirror of
https://github.com/ninenines/cowboy.git
synced 2025-07-14 20:30:23 +00:00
Add an example with custom middleware
This commit is contained in:
parent
26935cbfb0
commit
09f1a8d55b
12 changed files with 157 additions and 0 deletions
BIN
examples/markdown_middleware/priv/small.mp4
Normal file
BIN
examples/markdown_middleware/priv/small.mp4
Normal file
Binary file not shown.
BIN
examples/markdown_middleware/priv/small.ogv
Normal file
BIN
examples/markdown_middleware/priv/small.ogv
Normal file
Binary file not shown.
9
examples/markdown_middleware/priv/video.md
Normal file
9
examples/markdown_middleware/priv/video.md
Normal file
|
@ -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/)
|
Loading…
Add table
Add a link
Reference in a new issue