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

@@ -2,6 +2,10 @@
<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" />
<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' /> <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.min.js"></script>
<script src="~/content/libs/jquery.dataTables.min.js"></script> <script src="~/content/libs/jquery.dataTables.min.js"></script>
@@ -17,7 +21,7 @@
<link href="~/content/web/web.css" rel="stylesheet"> <link href="~/content/web/web.css" rel="stylesheet">
<link href="~/content/css/jquery.dataTables.css" rel="stylesheet"> <link href="~/content/css/jquery.dataTables.css" rel="stylesheet">
<link rel="stylesheet" href="~/content/css/font-awesome.min.css"> <link rel="stylesheet" href="~/content/css/font-awesome.min.css">
<title>Jackett</title> <title>Jackett Torznab Indexer</title>
</head> </head>
<body> <body>
<div id="page"> <div id="page">