From 523b951eaa750ba20112f5e19fb8b4962a27c54c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ma=C3=ABl=20Gangloff?= Date: Thu, 8 Aug 2024 17:10:47 +0200 Subject: [PATCH] chore: update meta tags --- INSTALL.md | 1 + README.md | 4 ++-- templates/base.html.twig | 21 ++++++++++++++------- 3 files changed, 17 insertions(+), 9 deletions(-) diff --git a/INSTALL.md b/INSTALL.md index 9c4acaa..055e261 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -68,6 +68,7 @@ git clone https://github.com/maelgangloff/domain-watchdog.git public/contents/tos.md public/contents/faq.md public/images/icons-512.png + public/images/banner.png public/favicon.ico ~~~ diff --git a/README.md b/README.md index fee5b54..eae3731 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Domain Watchdog -Domain Watchdog is a standalone application that collects RDAP open access information about domain names, to track -their history and purchase them. +Domain Watchdog is a standalone application that utilizes RDAP to gather publicly accessible information about domain +names, track their history, and automatically purchase them. ## Why use it? diff --git a/templates/base.html.twig b/templates/base.html.twig index 0568468..9d6eec5 100644 --- a/templates/base.html.twig +++ b/templates/base.html.twig @@ -5,20 +5,27 @@ - + + content="A standalone app that collects open access information about domain names, helping users track the history and changes associated with domain names"> - - + + + content="A standalone app that collects open access information about domain names, helping users track the history and changes associated with domain names"/> + + + + + + + - - + Domain Watchdog {{ encore_entry_link_tags('app') }}