alltube/templates/head.tpl

31 lines
1.9 KiB
Smarty
Raw Normal View History

2014-03-13 20:07:56 +01:00
<!Doctype HTML>
<html lang="en" itemscope itemtype="http://schema.org/WebApplication">
<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." />
<link rel="stylesheet" href="{siteUrl|noscheme|replace:'index.php':'' url='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" />
2014-03-13 20:07:56 +01:00
<title itemprop="name">AllTube Download</title>
2015-10-31 16:21:36 +01:00
<meta itemprop="url" content="{siteUrl}" />
<link rel="canonical" href="{currentUrl|replace:{siteUrl}:'http://www.alltubedownload.net/'}" />
<link rel="icon" href="{siteUrl|noscheme|replace:'index.php':'' url='img/favicon.png'}" />
2015-10-31 16:21:36 +01:00
<meta property="og:url" content="{siteUrl}" />
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." />
<meta property="og:image" content="{siteUrl|replace:'index.php':'' url='img/logo.png'}" />
2014-03-13 20:07:56 +01:00
<meta name="twitter:card" content="summary" />
<meta name="twitter:title" content="AllTube Download" />
<meta name="twitter:image" content="{siteUrl|replace:'index.php':'' url='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>
<script src="{siteUrl|noscheme|replace:'index.php':'' url='dist/main.js'}"></script>
2015-01-23 00:07:44 +01:00
<meta itemprop="applicationCategory" content="Download" />
<meta itemprop="operatingSystem" content="Linux" />
<meta itemprop="operatingSystem" content="Mac OS X" />
2014-03-13 20:07:56 +01:00
</head>
2015-04-11 22:08:24 +02:00
<body class="{$class}">