2017-05-26 11:50:58 +00:00
|
|
|
{locale path="Translations" domain="AllTube"}
|
2014-03-13 19:07:56 +00:00
|
|
|
<!Doctype HTML>
|
2016-05-01 18:14:58 +00:00
|
|
|
<html lang="en">
|
2014-03-13 19:07:56 +00:00
|
|
|
<head>
|
|
|
|
<meta charset="UTF-8" />
|
|
|
|
<meta name=viewport content="width=device-width, initial-scale=1">
|
2016-05-01 18:29:53 +00:00
|
|
|
{if isset($description)}
|
|
|
|
<meta name="description" content="{$description|escape}" />
|
|
|
|
<meta name="twitter:description" content="{$description|escape}" />
|
|
|
|
<meta property="og:description" content="{$description|escape}" />
|
|
|
|
{/if}
|
2017-05-14 19:53:57 +00:00
|
|
|
<link rel="stylesheet" href="{base_url}/dist/main.css" />
|
2016-05-01 18:29:53 +00:00
|
|
|
<title>AllTube Download{if isset($title)} - {$title|escape}{/if}</title>
|
2017-01-16 13:26:12 +00:00
|
|
|
<link rel="canonical" href="{$canonical}" />
|
2017-05-14 19:53:57 +00:00
|
|
|
<link rel="icon" href="{base_url}/img/favicon.png" />
|
2016-05-01 18:29:53 +00:00
|
|
|
<meta property="og:title" content="AllTube Download{if isset($title)} - {$title|escape}{/if}" />
|
2016-05-01 18:47:39 +00:00
|
|
|
<meta property="og:image" content="{base_url}/img/logo.png" />
|
2014-03-13 19:07:56 +00:00
|
|
|
<meta name="twitter:card" content="summary" />
|
2016-05-01 18:29:53 +00:00
|
|
|
<meta name="twitter:title" content="AllTube Download{if isset($title)} - {$title|escape}{/if}" />
|
2016-05-01 18:47:39 +00:00
|
|
|
<meta name="twitter:image" content="{base_url}/img/logo.png" />
|
2014-03-13 19:07:56 +00:00
|
|
|
<meta name="twitter:creator" content="@Tael67" />
|
2014-04-04 14:38:36 +00:00
|
|
|
<script type="text/javascript" src="https://www.gstatic.com/cv/js/sender/v1/cast_sender.js"></script>
|
2016-02-26 22:41:57 +00:00
|
|
|
<meta name="theme-color" content="#4F4F4F">
|
2016-02-26 22:53:48 +00:00
|
|
|
<link rel="manifest" href="manifest.json" />
|
2014-03-13 19:07:56 +00:00
|
|
|
</head>
|
2015-04-11 20:08:24 +00:00
|
|
|
<body class="{$class}">
|