fix link to icon

This commit is contained in:
Collin M. Barrett 2019-09-02 09:10:36 -05:00
parent ada31e297a
commit 1357adac4d
2 changed files with 40 additions and 25 deletions

View file

@ -1,27 +1,42 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<link
rel="shortcut icon"
href="https://filterlists.com/icon_filterlists.png"
/>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#000000" />
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
<title>
FilterLists | Subscriptions for uBlock Origin, Adblock Plus, AdGuard, ...
</title>
<meta
name="description"
content="FilterLists is the independent, comprehensive directory of filter and host lists for advertisements, trackers, malware, and annoyances. By Collin M. Barrett."
/>
<link
rel="icon"
type="image/png"
href="https://filterlists.com/icon_filterlists.png"
/>
<link rel="canonical" href="https://filterlists.com/" />
</head>
<head>
<meta charset="utf-8" />
<link rel="shortcut icon" href="%PUBLIC_URL%/icon_filterlists.png" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#000000" />
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
<title>FilterLists | Subscriptions for uBlock Origin, Adblock Plus, AdGuard, ...</title>
<meta name="description"
content="FilterLists is the independent, comprehensive directory of filter and host lists for advertisements, trackers, malware, and annoyances. By Collin M. Barrett." />
<link rel="icon" type="image/png" href="icon_filterlists.png">
<link rel="canonical" href="https://filterlists.com/">
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root">
<p>FilterLists is built with ReactJS and therefore requires first-party JavaScript to be enabled. We do not use any
third-party JavaScript, and your privacy is very important to us. If you prefer not to enable JavaScript or your
browser does not support it, the data is also available on <a
href="https://github.com/collinbarrett/FilterLists/tree/master/data">our GitHub repo</a>.</p>
</div>
</body>
</html>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root">
<p>
FilterLists is built with ReactJS and therefore requires first-party
JavaScript to be enabled. We do not use any third-party JavaScript, and
your privacy is very important to us. If you prefer not to enable
JavaScript or your browser does not support it, the data is also
available on
<a href="https://github.com/collinbarrett/FilterLists/tree/master/data"
>our GitHub repo</a
>.
</p>
</div>
</body>
</html>

View file

@ -12,4 +12,4 @@
"display": "standalone",
"theme_color": "#000000",
"background_color": "#ffffff"
}
}