alltube/templates/head.tpl

28 lines
1.6 KiB
Smarty
Raw Normal View History

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">
<meta name="description" content="Easily download videos from Youtube, Dailymotion, Vimeo and other websites." />
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:14:58 +02:00
<title>AllTube Download</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}" />
2014-03-13 20:07:56 +01:00
<meta property="og:title" content="AllTube Download" />
<meta property="og:description" content="Easily download videos from Youtube, Dailymotion, Vimeo and other websites." />
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" />
<meta name="twitter:title" content="AllTube Download" />
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" />
<meta name="twitter:description" content="Easily download videos from Youtube, Dailymotion, Vimeo and other websites." />
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}">