diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/vid.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/templates/vid.md b/templates/vid.md new file mode 100644 index 00000000..4ae41827 --- /dev/null +++ b/templates/vid.md @@ -0,0 +1,5 @@ +<video controls preload="metadata"> + <source src="<TMPL_VAR src>" type="<TMPL_VAR type>" /> + <p><em>Your browser does not support the video tag, + please download the video instead.</em></p> +</video> |