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