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 --- 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 5 files changed, 70 deletions(-) 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 (limited to 'public') 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