From 59ce8e4f8097767a159fe292ff519d6c75fd1f6f Mon Sep 17 00:00:00 2001 From: gomzyakov Date: Wed, 1 Nov 2023 21:57:49 +0500 Subject: [PATCH] Minor changes in 404.html & site.webmanifest --- .htaccess | 2 +- 404.html | 99 ++++++++++++++++---------------- assets/favicons/site.webmanifest | 20 ++++++- 3 files changed, 70 insertions(+), 51 deletions(-) diff --git a/.htaccess b/.htaccess index d23e092..0a982ff 100644 --- a/.htaccess +++ b/.htaccess @@ -1 +1 @@ -ErrorDocument 404 /404.html \ No newline at end of file +ErrorDocument 404 /404.html diff --git a/404.html b/404.html index c33d720..9debca8 100644 --- a/404.html +++ b/404.html @@ -1,64 +1,65 @@ - - - - - + + + 404 - - -
-
+ + +
+

404

Oops! Page not found

-

Sorry, the page you're looking for doesn't exist.

-
+

Sorry, the page you're looking for doesn't exist. Please, go to main page.

- +
+ diff --git a/assets/favicons/site.webmanifest b/assets/favicons/site.webmanifest index 45dc8a2..0b6a478 100644 --- a/assets/favicons/site.webmanifest +++ b/assets/favicons/site.webmanifest @@ -1 +1,19 @@ -{"name":"","short_name":"","icons":[{"src":"/android-chrome-192x192.png","sizes":"192x192","type":"image/png"},{"src":"/android-chrome-512x512.png","sizes":"512x512","type":"image/png"}],"theme_color":"#ffffff","background_color":"#ffffff","display":"standalone"} \ No newline at end of file +{ + "name":"", + "short_name":"", + "icons":[ + { + "src":"/android-chrome-192x192.png", + "sizes":"192x192", + "type":"image/png" + }, + { + "src":"/android-chrome-512x512.png", + "sizes":"512x512", + "type":"image/png" + } + ], + "theme_color":"#ffffff", + "background_color":"#ffffff", + "display":"standalone" +}