Skip to content

Commit b3d99fb

Browse files
committed
🥚 un 404, pero para tener algo
1 parent 2186d12 commit b3d99fb

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

src/pages/404.astro

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,13 @@ import Plantilla from '@/plantillas/Plantilla.astro';
33
---
44

55
<Plantilla titulo="..:: 404 ::.." descripcion="Te perdiste, esta página no existe">
6-
<main>404</main>
6+
<main class="error404">404 &#128573;</main>
77
</Plantilla>
8+
9+
<style lang="scss">
10+
.error404 {
11+
display: flex;
12+
justify-content: center;
13+
align-items: center;
14+
}
15+
</style>

0 commit comments

Comments
 (0)