alltube/templates/head.tpl

30 lines
1.8 KiB
Smarty
Raw Normal View History

2014-03-13 19:07:56 +00: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." />
2015-10-31 10:35:18 +00:00
<link rel="stylesheet" href="{siteUrl|noscheme url='dist/main.css'}" />
2014-03-13 19:07:56 +00: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 12:04:47 +00:00
<link href="https://plus.google.com/108799967445657477255" rel="publisher" />
2014-03-13 19:07:56 +00:00
<title itemprop="name">AllTube Download</title>
<meta itemprop="url" content="http://alltubedownload.net/" />
2015-10-31 11:02:13 +00:00
<link rel="icon" href="{siteUrl|noscheme url='img/favicon.png'}" />
2014-03-13 19:07:56 +00:00
<meta property="og:url" content="http://www.alltubedownload.net/" />
<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="http://www.alltubedownload.net/img/logo.png" />
<meta name="twitter:card" content="summary" />
<meta name="twitter:title" content="AllTube Download" />
2015-10-29 20:19:40 +00:00
<meta name="twitter:image" content="{siteUrl url='img/logo.png'}" />
2014-03-13 19:07:56 +00: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 14:38:36 +00:00
<script type="text/javascript" src="https://www.gstatic.com/cv/js/sender/v1/cast_sender.js"></script>
2015-10-31 10:35:18 +00:00
<script src="{siteUrl|noscheme url='dist/main.js'}"></script>
2015-01-22 23:07:44 +00:00
<meta itemprop="applicationCategory" content="Download" />
<meta itemprop="operatingSystem" content="Linux" />
<meta itemprop="operatingSystem" content="Mac OS X" />
2014-03-13 19:07:56 +00:00
</head>
2015-04-11 20:08:24 +00:00
<body class="{$class}">