21 lines
No EOL
359 B
Handlebars
21 lines
No EOL
359 B
Handlebars
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1, user-scalable=no">
|
|
<meta http-equiv="X-UA-Compatible" content="ie=edge">
|
|
</head>
|
|
<body>
|
|
|
|
<style type="text/css">
|
|
video {
|
|
width:100%;
|
|
max-width:600px;
|
|
height:auto;
|
|
}
|
|
</style>
|
|
|
|
{{{body}}}
|
|
|
|
</body>
|
|
</html> |