2014-03-13 20:07:56 +01:00
|
|
|
<!Doctype HTML>
|
2016-05-01 20:14:58 +02:00
|
|
|
<html lang="en">
|
2014-03-13 20:07:56 +01:00
|
|
|
<head>
|
|
|
|
<meta charset="UTF-8" />
|
|
|
|
<meta name=viewport content="width=device-width, initial-scale=1">
|
2016-05-01 20:29:53 +02: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}
|
2016-04-06 13:19:27 +02:00
|
|
|
<link rel="stylesheet" href="{base_url|noscheme}/dist/main.css" />
|
2014-03-13 20:07:56 +01:00
|
|
|
<link rel="author" href="https://plus.google.com/110403274854419000481?rel=author" />
|
|
|
|
<link rel="author" href="https://plus.google.com/103696815796116179392?rel=author" />
|
2014-09-02 14:04:47 +02:00
|
|
|
<link href="https://plus.google.com/108799967445657477255" rel="publisher" />
|
2016-05-01 20:29:53 +02:00
|
|
|
<title>AllTube Download{if isset($title)} - {$title|escape}{/if}</title>
|
2016-04-06 13:19:27 +02:00
|
|
|
<link rel="canonical" href="//{$smarty.server.HTTP_HOST|cat:$smarty.server.REQUEST_URI|replace:{base_url|noscheme}:'http://www.alltubedownload.net'}" />
|
|
|
|
<link rel="icon" href="{base_url|noscheme}/img/favicon.png" />
|
|
|
|
<meta property="og:url" content="{base_url|noscheme}" />
|
2016-05-01 20:29:53 +02:00
|
|
|
<meta property="og:title" content="AllTube Download{if isset($title)} - {$title|escape}{/if}" />
|
2016-04-06 13:19:27 +02:00
|
|
|
<meta property="og:image" content="{base_url|noscheme}/img/logo.png" />
|
2014-03-13 20:07:56 +01:00
|
|
|
<meta name="twitter:card" content="summary" />
|
2016-05-01 20:29:53 +02:00
|
|
|
<meta name="twitter:title" content="AllTube Download{if isset($title)} - {$title|escape}{/if}" />
|
2016-04-06 13:19:27 +02:00
|
|
|
<meta name="twitter:image" content="{base_url|noscheme}/img/logo.png" />
|
2014-03-13 20:07:56 +01:00
|
|
|
<meta name="twitter:creator" content="@Tael67" />
|
2014-04-04 16:38:36 +02:00
|
|
|
<script type="text/javascript" src="https://www.gstatic.com/cv/js/sender/v1/cast_sender.js"></script>
|
2016-02-26 23:41:57 +01:00
|
|
|
<meta name="theme-color" content="#4F4F4F">
|
2016-02-26 23:53:48 +01:00
|
|
|
<link rel="manifest" href="manifest.json" />
|
2014-03-13 20:07:56 +01:00
|
|
|
</head>
|
2015-04-11 22:08:24 +02:00
|
|
|
<body class="{$class}">
|