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 @@
An ASP.NET Core API CRUD-ing with a MariaDB instance via EF Core.
-Agent:
-
-
-
-
-
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 = () => (