mirror of
https://github.com/ninenines/cowboy.git
synced 2025-07-15 04:30:25 +00:00
Add HTML5 Video Example to the static example
This commit is contained in:
parent
166761483d
commit
ca98a86b30
5 changed files with 18 additions and 1 deletions
|
@ -1,3 +1,4 @@
|
|||
#!/bin/sh
|
||||
erl -pa ebin deps/*/ebin -s static \
|
||||
-eval "io:format(\"Point your browser at http://localhost:8080/test.txt~n\")."
|
||||
-eval "io:format(\"Point your browser at http://localhost:8080/test.txt~n\")." \
|
||||
-eval "io:format(\"Point your browser at http://localhost:8080/video.html~n\")."
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue