diff options
Diffstat (limited to 'project/templates/vidframe/base_vidframe.xhtml')
-rw-r--r-- | project/templates/vidframe/base_vidframe.xhtml | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/project/templates/vidframe/base_vidframe.xhtml b/project/templates/vidframe/base_vidframe.xhtml new file mode 100644 index 0000000..4f2e00e --- /dev/null +++ b/project/templates/vidframe/base_vidframe.xhtml @@ -0,0 +1,17 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE html PUBLIC + "-//W3C//DTD XHTML 1.1 plus MathML 2.0 plus SVG 1.1//EN" + "http://www.w3.org/2002/04/xhtml-math-svg/xhtml-math-svg.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"> +<head> + <meta name="viewport" content="width=device-width, initial-scale=1" /> + <title></title> + <style type="text/css"> +{% block style -%}{%- endblock %} + </style> +</head> +<body> +{% block video -%} +{%- endblock %} +</body> +</html> |