what-is and tools sections

This commit is contained in:
María
2025-07-30 13:43:34 +02:00
committed by María
parent 5b176816f6
commit 240c4c6a95
26 changed files with 449 additions and 21 deletions

16
pages/[langcode]/foro.vue Normal file
View File

@@ -0,0 +1,16 @@
<template>
<div>
<h1>Foro</h1>
<p>Espacio de participación e intercambio entre entidades.</p>
</div>
</template>
<script>
export default {
}
</script>
<style lang="scss" scoped>
</style>