mirror of
https://github.com/HandBrake/HandBrake-docs.git
synced 2025-12-11 04:35:53 -06:00
18 lines
529 B
HTML
18 lines
529 B
HTML
<!DOCTYPE html>
|
|
<html lang="{{ meta.language-code }}">
|
|
<head>
|
|
<meta charset="{{ meta.text-encoding }}" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<meta name="author" content="{{ meta.authors }}" />
|
|
<title>{{ meta.project }} Documentation - {{ meta.title }}</title>
|
|
<link rel="stylesheet" type="text/css" href="{{ base.relpath }}style/style.css" />
|
|
</head>
|
|
<body>
|
|
<article class="docs">
|
|
{{ template.header }}
|
|
{{ document.content }}
|
|
{{ template.footer }}
|
|
</article>
|
|
</body>
|
|
</html>
|