Skip to content

Commit

Permalink
🥚 un 404, pero para tener algo
Browse files Browse the repository at this point in the history
  • Loading branch information
1cgonza committed Sep 18, 2024
1 parent 2186d12 commit b3d99fb
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion src/pages/404.astro
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,13 @@ import Plantilla from '@/plantillas/Plantilla.astro';
---

<Plantilla titulo="..:: 404 ::.." descripcion="Te perdiste, esta página no existe">
<main>404</main>
<main class="error404">404 &#128573;</main>
</Plantilla>

<style lang="scss">
.error404 {
display: flex;
justify-content: center;
align-items: center;
}
</style>

0 comments on commit b3d99fb

Please sign in to comment.