From b75f41963e9efb3fd0d0f7c1ee9c9d0003899349 Mon Sep 17 00:00:00 2001 From: Anton Tananaev Date: Mon, 3 Sep 2018 20:46:57 +1200 Subject: Create initial React project --- modern/public/favicon.ico | Bin 0 -> 3870 bytes modern/public/index.html | 40 ++++++++++++++++++++++++++++++++++++++++ modern/public/manifest.json | 15 +++++++++++++++ 3 files changed, 55 insertions(+) create mode 100644 modern/public/favicon.ico create mode 100644 modern/public/index.html create mode 100644 modern/public/manifest.json (limited to 'modern/public') diff --git a/modern/public/favicon.ico b/modern/public/favicon.ico new file mode 100644 index 0000000..a11777c Binary files /dev/null and b/modern/public/favicon.ico differ diff --git a/modern/public/index.html b/modern/public/index.html new file mode 100644 index 0000000..ed0ebaf --- /dev/null +++ b/modern/public/index.html @@ -0,0 +1,40 @@ + + + + + + + + + + + React App + + + +
+ + + diff --git a/modern/public/manifest.json b/modern/public/manifest.json new file mode 100644 index 0000000..ef19ec2 --- /dev/null +++ b/modern/public/manifest.json @@ -0,0 +1,15 @@ +{ + "short_name": "React App", + "name": "Create React App Sample", + "icons": [ + { + "src": "favicon.ico", + "sizes": "64x64 32x32 24x24 16x16", + "type": "image/x-icon" + } + ], + "start_url": "./index.html", + "display": "standalone", + "theme_color": "#000000", + "background_color": "#ffffff" +} -- cgit v1.2.3