From 51ab1eb6cb0d5873eb619620e6e8cd8ce264a2af Mon Sep 17 00:00:00 2001 From: killer-cf Date: Tue, 6 Jan 2026 08:27:01 -0300 Subject: [PATCH] Update enrollment details for 2026: Enhance ProgramPage with additional eligibility criteria and benefits, and improve main page with updated enrollment information. --- src/error.html | 117 +++++++++++++++++++++++++++++++++++++++ src/routes/+error.svelte | 92 ++++++++++++++++++++++++++++++ 2 files changed, 209 insertions(+) create mode 100644 src/error.html create mode 100644 src/routes/+error.svelte diff --git a/src/error.html b/src/error.html new file mode 100644 index 0000000..946d4db --- /dev/null +++ b/src/error.html @@ -0,0 +1,117 @@ + + + + + + %sveltekit.status% • %sveltekit.error.message% + + + + +
+
+
Erro %sveltekit.status%
+

%sveltekit.error.message%

+

+ Se o problema persistir, volte para a página inicial e tente novamente mais tarde. +

+
+ Ir para a página inicial + +
+
+
+ + + diff --git a/src/routes/+error.svelte b/src/routes/+error.svelte new file mode 100644 index 0000000..e2427ca --- /dev/null +++ b/src/routes/+error.svelte @@ -0,0 +1,92 @@ + + + + {page.status} • {title} • Secretaria de Esportes de Pernambuco + + + +
+
+
+
+

+ Erro {page.status} +

+

+ {title} +

+

+ {description} +

+ + {#if safeDetails} +
+

Detalhes

+

{safeDetails}

+
+ {/if} + +
+ + Ir para a página inicial + + + + + {#if isServerError} + + {/if} +
+ +
+

Dica

+

+ Se você chegou aqui por um link antigo, volte para a página inicial e escolha o programa no card + correspondente. +

+
+
+
+
+
+