Menu del index desplegrable en movil

This commit is contained in:
Tatiana Villa Ema 2026-02-16 20:11:06 +01:00
parent 20da533902
commit 051fb104af
1 changed files with 4 additions and 1 deletions

View File

@ -120,10 +120,13 @@
</div> </div>
</footer> </footer>
<!--
<script> <script>
document.getElementById("anio").textContent = new Date().getFullYear(); document.getElementById("anio").textContent = new Date().getFullYear();
</script> </script>
-->
<script src="js/codigo.js"></script> <script src="js/codigo.js"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/js/bootstrap.bundle.min.js"></script>
</body> </body>
</html> </html>