💄 Añade componente PoweredBy para copyright

Adapta la página de bienvenida al tratamiento revisado de regiones y
añade en el pie el componente `PoweredBy` para la nota de copyright.
This commit is contained in:
Manuel Cillero 2025-08-24 10:19:17 +02:00
parent 0c1b12aacd
commit 4311e9f335
10 changed files with 251 additions and 50 deletions

View file

@ -2,3 +2,6 @@
mod html;
pub use html::Html;
mod poweredby;
pub use poweredby::PoweredBy;