mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
Add metatags to the website
This commit is contained in:
@@ -2,6 +2,10 @@
|
||||
<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>
|
||||
@@ -17,7 +21,7 @@
|
||||
<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>
|
||||
<title>Jackett Torznab Indexer</title>
|
||||
</head>
|
||||
<body>
|
||||
<div id="page">
|
||||
|
Reference in New Issue
Block a user