Add metatags to the website

This commit is contained in:
Kayomani
2015-08-24 20:46:11 +01:00
parent 42ab3ac253
commit b3430a0c55

View File

@@ -1,48 +1,52 @@
<!DOCTYPE html>
<html lang="en" xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta charset="utf-8" />
<link rel='shortcut icon' type='image/x-icon' href='~/content/favicon.ico' />
<script src="~/content/libs/jquery.min.js"></script>
<script src="~/content/libs/jquery.dataTables.min.js"></script>
<script src="~/content/libs/handlebars.min.js"></script>
<script src="~/content/libs/moment.min.js"></script>
<script src="~/content/libs/handlebarsmoment.js"></script>
<script src="~/Content/libs/jquery.timeago.js"></script>
<script src="~/content/bootstrap/bootstrap.min.js"></script>
<script src="~/content/libs/bootstrap-notify.js"></script>
<link href="~/content/bootstrap/bootstrap.min.css" rel="stylesheet">
<link href="~/content/animate.css" rel="stylesheet">
<link href="~/content/custom.css" rel="stylesheet">
<link href="~/content/web/web.css" rel="stylesheet">
<link href="~/content/css/jquery.dataTables.css" rel="stylesheet">
<link rel="stylesheet" href="~/content/css/font-awesome.min.css">
<title>Jackett</title>
</head>
<body>
<div id="page">
<a href="~/">
<img id="logo" src="~/content/jacket_medium.png" /><span id="header-title">Jackett</span>
</a>
<hr />
@RenderBody()
<hr />
<div id="footer">
Jackett @DateTime.Now.Year
</div>
</div>
<div id="modals"></div>
<!--@Scripts.Render("~/bundles/jquery")
@Scripts.Render("~/bundles/bootstrap")
@RenderSection("scripts", required: false)-->
<script>
$(document).ready(function () {
$("abbr.timeago").timeago();
});
</script>
</body>
<!DOCTYPE html>
<html lang="en" xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta charset="utf-8" />
<meta NAME="description" CONTENT="Access your favorite torrent indexers with a single API.">
<meta NAME="keywords" CONTENT="jackett, torznab, torrent, indexer">
<meta NAME="robot" CONTENT="index,follow">
<meta NAME="language" CONTENT="en">
<link rel='shortcut icon' type='image/x-icon' href='~/content/favicon.ico' />
<script src="~/content/libs/jquery.min.js"></script>
<script src="~/content/libs/jquery.dataTables.min.js"></script>
<script src="~/content/libs/handlebars.min.js"></script>
<script src="~/content/libs/moment.min.js"></script>
<script src="~/content/libs/handlebarsmoment.js"></script>
<script src="~/Content/libs/jquery.timeago.js"></script>
<script src="~/content/bootstrap/bootstrap.min.js"></script>
<script src="~/content/libs/bootstrap-notify.js"></script>
<link href="~/content/bootstrap/bootstrap.min.css" rel="stylesheet">
<link href="~/content/animate.css" rel="stylesheet">
<link href="~/content/custom.css" rel="stylesheet">
<link href="~/content/web/web.css" rel="stylesheet">
<link href="~/content/css/jquery.dataTables.css" rel="stylesheet">
<link rel="stylesheet" href="~/content/css/font-awesome.min.css">
<title>Jackett Torznab Indexer</title>
</head>
<body>
<div id="page">
<a href="~/">
<img id="logo" src="~/content/jacket_medium.png" /><span id="header-title">Jackett</span>
</a>
<hr />
@RenderBody()
<hr />
<div id="footer">
Jackett @DateTime.Now.Year
</div>
</div>
<div id="modals"></div>
<!--@Scripts.Render("~/bundles/jquery")
@Scripts.Render("~/bundles/bootstrap")
@RenderSection("scripts", required: false)-->
<script>
$(document).ready(function () {
$("abbr.timeago").timeago();
});
</script>
</body>
</html>