From 51370d591d4f2ac4eddd8b2ea2f9c5118fbf9ab1 Mon Sep 17 00:00:00 2001 From: Yuval Adam <_@yuv.al> Date: Mon, 23 Sep 2024 10:26:17 +0200 Subject: Move public files --- geshem/app/public/apple-touch-icon.png | Bin 0 -> 1059 bytes geshem/app/public/manifest.json | 15 +++++++++++++++ geshem/app/public/privacy.html | 30 ++++++++++++++++++++++++++++++ geshem/app/public/screenshot.png | Bin 0 -> 382294 bytes public/apple-touch-icon.png | Bin 1059 -> 0 bytes public/error.html | 25 ------------------------- public/manifest.json | 15 --------------- public/privacy.html | 30 ------------------------------ public/screenshot.png | Bin 382294 -> 0 bytes 9 files changed, 45 insertions(+), 70 deletions(-) create mode 100644 geshem/app/public/apple-touch-icon.png create mode 100644 geshem/app/public/manifest.json create mode 100644 geshem/app/public/privacy.html create mode 100644 geshem/app/public/screenshot.png delete mode 100644 public/apple-touch-icon.png delete mode 100644 public/error.html delete mode 100644 public/manifest.json delete mode 100644 public/privacy.html delete mode 100644 public/screenshot.png diff --git a/geshem/app/public/apple-touch-icon.png b/geshem/app/public/apple-touch-icon.png new file mode 100644 index 0000000..7c93f47 Binary files /dev/null and b/geshem/app/public/apple-touch-icon.png differ diff --git a/geshem/app/public/manifest.json b/geshem/app/public/manifest.json new file mode 100644 index 0000000..20d2b0d --- /dev/null +++ b/geshem/app/public/manifest.json @@ -0,0 +1,15 @@ +{ + "short_name": "Geshem", + "name": "Geshem.space Rain Radar", + "icons": [ + { + "src": "favicon.ico", + "sizes": "64x64 32x32 24x24 16x16", + "type": "image/x-icon" + } + ], + "start_url": ".", + "display": "standalone", + "theme_color": "#000000", + "background_color": "#ffffff" +} diff --git a/geshem/app/public/privacy.html b/geshem/app/public/privacy.html new file mode 100644 index 0000000..3976c2c --- /dev/null +++ b/geshem/app/public/privacy.html @@ -0,0 +1,30 @@ + + + + + + + + + + + + Privacy Policy | geshem.space + + + + +

We do not collect any data.

+ + diff --git a/geshem/app/public/screenshot.png b/geshem/app/public/screenshot.png new file mode 100644 index 0000000..7fd104c Binary files /dev/null and b/geshem/app/public/screenshot.png differ diff --git a/public/apple-touch-icon.png b/public/apple-touch-icon.png deleted file mode 100644 index 7c93f47..0000000 Binary files a/public/apple-touch-icon.png and /dev/null differ diff --git a/public/error.html b/public/error.html deleted file mode 100644 index 30b9cac..0000000 --- a/public/error.html +++ /dev/null @@ -1,25 +0,0 @@ - - - - - - - - - - - - 404 - geshem.space - - - -

404

- - diff --git a/public/manifest.json b/public/manifest.json deleted file mode 100644 index 20d2b0d..0000000 --- a/public/manifest.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "short_name": "Geshem", - "name": "Geshem.space Rain Radar", - "icons": [ - { - "src": "favicon.ico", - "sizes": "64x64 32x32 24x24 16x16", - "type": "image/x-icon" - } - ], - "start_url": ".", - "display": "standalone", - "theme_color": "#000000", - "background_color": "#ffffff" -} diff --git a/public/privacy.html b/public/privacy.html deleted file mode 100644 index 3976c2c..0000000 --- a/public/privacy.html +++ /dev/null @@ -1,30 +0,0 @@ - - - - - - - - - - - - Privacy Policy | geshem.space - - - - -

We do not collect any data.

- - diff --git a/public/screenshot.png b/public/screenshot.png deleted file mode 100644 index 7fd104c..0000000 Binary files a/public/screenshot.png and /dev/null differ -- cgit v1.3.1