From 1cb1383a22e40a88c792f7ee955fa240b1507729 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maciek=20G=C5=82owacki?= Date: Wed, 26 Aug 2020 17:29:35 +0200 Subject: [PATCH] minor patch --- .gitignore | 1 + public/index.html | 22 ++++++++++++++++++++++ public/logo.svg | 25 +++++++++++++++++++++++++ public/robots.txt | 3 +++ src/react-app-env.d.ts | 1 + 5 files changed, 52 insertions(+) create mode 100644 .gitignore create mode 100644 public/index.html create mode 100644 public/logo.svg create mode 100644 public/robots.txt create mode 100644 src/react-app-env.d.ts diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..3c3629e --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +node_modules diff --git a/public/index.html b/public/index.html new file mode 100644 index 0000000..2a7a20a --- /dev/null +++ b/public/index.html @@ -0,0 +1,22 @@ + + + + + + + + + + + + + PlanNaPlan + + + +
+ + \ No newline at end of file diff --git a/public/logo.svg b/public/logo.svg new file mode 100644 index 0000000..eed50b9 --- /dev/null +++ b/public/logo.svg @@ -0,0 +1,25 @@ + + + + + + + + + diff --git a/public/robots.txt b/public/robots.txt new file mode 100644 index 0000000..e9e57dc --- /dev/null +++ b/public/robots.txt @@ -0,0 +1,3 @@ +# https://www.robotstxt.org/robotstxt.html +User-agent: * +Disallow: diff --git a/src/react-app-env.d.ts b/src/react-app-env.d.ts new file mode 100644 index 0000000..6431bc5 --- /dev/null +++ b/src/react-app-env.d.ts @@ -0,0 +1 @@ +///