From b8c2848e6b38c5aaafbe307494865066c748fff8 Mon Sep 17 00:00:00 2001 From: Yuval Adam <_@yuv.al> Date: Sat, 17 Nov 2018 15:46:12 +0200 Subject: Initial v4.0 - migrate back to React --- public/apple-touch-icon.png | Bin 0 -> 1059 bytes public/error.html | 25 +++++++++++++++++++++++++ public/favicon.ico | Bin 0 -> 32038 bytes public/index.html | 28 ++++++++++++++++++++++++++++ public/manifest.json | 15 +++++++++++++++ 5 files changed, 68 insertions(+) create mode 100644 public/apple-touch-icon.png create mode 100644 public/error.html create mode 100644 public/favicon.ico create mode 100644 public/index.html create mode 100644 public/manifest.json (limited to 'public') diff --git a/public/apple-touch-icon.png b/public/apple-touch-icon.png new file mode 100644 index 0000000..7c93f47 Binary files /dev/null and b/public/apple-touch-icon.png differ diff --git a/public/error.html b/public/error.html new file mode 100644 index 0000000..30b9cac --- /dev/null +++ b/public/error.html @@ -0,0 +1,25 @@ + + + + + + + + + + + + 404 - geshem.space + + + +

404

+ + diff --git a/public/favicon.ico b/public/favicon.ico new file mode 100644 index 0000000..a97277e Binary files /dev/null and b/public/favicon.ico differ diff --git a/public/index.html b/public/index.html new file mode 100644 index 0000000..6b0c0da --- /dev/null +++ b/public/index.html @@ -0,0 +1,28 @@ + + + + + + + + + + + + geshem.space + + + + +
+ + diff --git a/public/manifest.json b/public/manifest.json new file mode 100644 index 0000000..1f2f141 --- /dev/null +++ b/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": ".", + "display": "standalone", + "theme_color": "#000000", + "background_color": "#ffffff" +} -- cgit v1.3.1