emanuelegori

emanuelegori / 404.html

Last active 3 months ago

Like 0

Custom Page 404

emanuelegori revised this gist 4 months ago · 32918eb

No changes

emanuelegori revised this gist 4 months ago · 39f1c5a

1 file changed, 1 deletion

404.html
@@ -10,7 +10,6 @@
10 10 No external dependencies.
11 11 -->
12 12 <!DOCTYPE html>
13 - <!DOCTYPE html>
14 13 <html lang="it">
15 14 <head>
16 15 <meta name="author" content="Emanuele Gori">

emanuelegori revised this gist 4 months ago · e083ceb

1 file changed, 16 insertions

404.html
@@ -1,6 +1,22 @@
1 + <!--
2 + 404 Custom Error Page
3 + Author: Emanuele Gori <emanuelegori.uno>
4 + Version: 1.0.0
5 + Created: 2025-03-22
6 + License: GPL-2.0-or-later
7 + Description: Custom 404 page for NGINX Proxy Manager.
8 + Served for unconfigured or unknown hosts.
9 + Hostname and path populated dynamically via JS.
10 + No external dependencies.
11 + -->
12 + <!DOCTYPE html>
1 13 <!DOCTYPE html>
2 14 <html lang="it">
3 15 <head>
16 + <meta name="author" content="Emanuele Gori">
17 + <meta name="description" content="Pagina di errore 404 personalizzata per NGINX Proxy Manager">
18 + <meta name="version" content="1.0.0">
19 + <meta name="robots" content="noindex, nofollow">
4 20 <meta charset="UTF-8">
5 21 <meta name="viewport" content="width=device-width, initial-scale=1.0">
6 22 <meta name="robots" content="noindex, nofollow">

emanuelegori revised this gist 4 months ago · f199423

1 file changed, 342 insertions

404.html (file created)

Diff is too large to be shown