From a241dd849dec60506d90eb10b6dbff81c408f01f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fe=CC=81lix=20Pe=CC=81ault?= Date: Mon, 26 Sep 2022 22:51:03 +0200 Subject: [PATCH] Update humans and add robots file --- static/humans.txt | 4 ++-- static/robots.txt | 3 +++ 2 files changed, 5 insertions(+), 2 deletions(-) create mode 100644 static/robots.txt diff --git a/static/humans.txt b/static/humans.txt index 61f3175..993628b 100644 --- a/static/humans.txt +++ b/static/humans.txt @@ -6,12 +6,12 @@ Twitter: https://twitter.com/Flayks Location: Toulouse, France (Project originally started in April 2019 in Brisbane, Australia) /* THANKS */ -Name: Julien Espagnon (https://twitter.com/Julien_Espagnon) - Help with the interactive WebGL globe +Name: Julien Espagnon (https://twitter.com/Julien_Espagnon) - Help with the interactive globe Name: Grafikart (https://jonathan-boyer.fr) - Many tips and help about Javascript and code logic /* SITE */ Original launch: April 22th, 2020 -Version 2 launch: September 2022 +Version 2 launch: September 27th, 2022 Standards: HTML5, CSS3, Javascript Front-End: SvelteKit, Motion One, normalize.css Back-End: Vercel, Directus, Docker diff --git a/static/robots.txt b/static/robots.txt new file mode 100644 index 0000000..7f4904e --- /dev/null +++ b/static/robots.txt @@ -0,0 +1,3 @@ +# https://www.robotstxt.org/robotstxt.html +User-agent: * +Allow: / \ No newline at end of file