From 806c241bcc13d5badf72c2b3f1bb4880563ffc6d Mon Sep 17 00:00:00 2001 From: "Collin M. Barrett" Date: Mon, 7 Sep 2020 12:50:43 -0500 Subject: [PATCH] =?UTF-8?q?feat(web):=20=E2=9C=A8=20add=20TPL=20page=20to?= =?UTF-8?q?=20live=20site?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/README.md | 7 ------- .../public/tpl.html | 0 web/src/App.tsx | 10 ++++++++++ 3 files changed, 10 insertions(+), 7 deletions(-) rename services/directory/data/TPLSubscriptionAssistant.html => web/public/tpl.html (100%) diff --git a/.github/README.md b/.github/README.md index dba7eb990..cbeecd50e 100644 --- a/.github/README.md +++ b/.github/README.md @@ -21,13 +21,6 @@ Docker Pulls
An ASP.NET Core API CRUD-ing with a MariaDB instance via EF Core.

-

Agent: -Azure DevOps builds -Azure DevOps tests -Azure DevOps releases -Docker Pulls -
A .NET Core console application performing crawling, archiving, and URL validation.

- # Background FilterLists helps to protect your privacy and security when using the internet. It provides a comprehensive directory of subscription lists to block advertisements, malware, trackers, and other general annoyances. First, install one of the [software tools](https://github.com/collinbarrett/FilterLists/blob/master/data/Software.json) that supports these lists. Then, you can subscribe to a set of these lists inside of that software. If you need help or have a comment/question, open an [Issue](https://github.com/collinbarrett/FilterLists/issues). diff --git a/services/directory/data/TPLSubscriptionAssistant.html b/web/public/tpl.html similarity index 100% rename from services/directory/data/TPLSubscriptionAssistant.html rename to web/public/tpl.html diff --git a/web/src/App.tsx b/web/src/App.tsx index c39af99a3..e1657a6a8 100644 --- a/web/src/App.tsx +++ b/web/src/App.tsx @@ -55,6 +55,7 @@ export const App: React.FC = () => ( + @@ -144,6 +145,15 @@ const Api = () => ( ); +const Tpl = () => ( + + + +); + const Donate = () => (