From 71ccae351142187ce89c6f3335b5d8a4510812d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=A6Ltorio?= Date: Sat, 29 Jun 2024 14:56:58 +0200 Subject: [PATCH] enable humans.txt --- public/humans.txt | 20 ++++++++++++++++++++ public/index.html | 1 + public/robots.txt | 1 + src/Components/Footer.tsx | 8 ++++---- 4 files changed, 26 insertions(+), 4 deletions(-) create mode 100644 public/humans.txt diff --git a/public/humans.txt b/public/humans.txt new file mode 100644 index 0000000..9a88060 --- /dev/null +++ b/public/humans.txt @@ -0,0 +1,20 @@ +/* TEAM */ + Creator: Ronan LE MEILLAT + Contact: Ronan.Le_meillat [at] sctg.eu.org + From: Les Contamines-Monjoie, Haute-Savoie, France + +/* THANKS */ + + Hosting: Github, Cloudflare + QR Code Styling JS library: kozakdenys + Custom QR Code Styling: awran5 + + +/* SITE */ + Language: English + Doctype:HTML5 + IDE: Visual Studio Code + Frameworks: React, Bootstrap + +/* SOURCE CODE */ + URL: https://github.com/sctg-development/custom-qr-code-styling/ \ No newline at end of file diff --git a/public/index.html b/public/index.html index 0990508..097f205 100644 --- a/public/index.html +++ b/public/index.html @@ -12,6 +12,7 @@ + ADMB QR Code Generator diff --git a/public/robots.txt b/public/robots.txt index e9e57dc..042a0a3 100644 --- a/public/robots.txt +++ b/public/robots.txt @@ -1,3 +1,4 @@ # https://www.robotstxt.org/robotstxt.html User-agent: * Disallow: + \ No newline at end of file diff --git a/src/Components/Footer.tsx b/src/Components/Footer.tsx index 2bd6f5c..ea184c4 100644 --- a/src/Components/Footer.tsx +++ b/src/Components/Footer.tsx @@ -4,13 +4,13 @@ function Footer(): JSX.Element { return (