diff --git a/client/build/favicon.ico b/client/build/favicon.ico new file mode 100644 index 0000000000..66f7840a36 Binary files /dev/null and b/client/build/favicon.ico differ diff --git a/client/build/manifest.json b/client/build/manifest.json new file mode 100644 index 0000000000..6d7198cf29 --- /dev/null +++ b/client/build/manifest.json @@ -0,0 +1,8 @@ +{ + "short_name": "To Do App", + "name": "To Do App", + "start_url": ".", + "display": "standalone", + "theme_color": "#000000", + "background_color": "#ffffff" +} diff --git a/client/build/robots.txt b/client/build/robots.txt new file mode 100644 index 0000000000..e9e57dc4d4 --- /dev/null +++ b/client/build/robots.txt @@ -0,0 +1,3 @@ +# https://www.robotstxt.org/robotstxt.html +User-agent: * +Disallow: diff --git a/client/src/index.js b/client/src/index.js index 846ed2ced3..d64e0afc1d 100644 --- a/client/src/index.js +++ b/client/src/index.js @@ -4,8 +4,7 @@ import "./index.css"; import App from "./App"; ReactDOM.render( - - - , - document.getElementById("root") -); + , + document.getElementById('root')); + +