diff --git a/public/manifest.json b/public/manifest.json index f3774ed..c78df8f 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -2,6 +2,7 @@ "name": "Domain Watchdog", "short_name": "Domain Watch", "start_url": ".", + "orientation": "landscape", "display": "standalone", "background_color": "#fff", "description": "A standalone app that collects open access information about domain names, helping users track the history and changes associated with domain names. " diff --git a/public/robots.txt b/public/robots.txt new file mode 100644 index 0000000..1f53798 --- /dev/null +++ b/public/robots.txt @@ -0,0 +1,2 @@ +User-agent: * +Disallow: / diff --git a/templates/base.html.twig b/templates/base.html.twig index a9d4991..0568468 100644 --- a/templates/base.html.twig +++ b/templates/base.html.twig @@ -5,6 +5,19 @@ + + + + + + + + + + +