Add new functios pages & styles

This commit is contained in:
2025-08-07 12:05:32 +00:00
parent 006e242de0
commit b172620cc4
4 changed files with 268 additions and 18 deletions

View File

@ -1,5 +1,6 @@
// Modal vídeos
document.addEventListener('DOMContentLoaded', function() {
// modal videos
const videoModal = document.getElementById('videoModal');
const modalIframe = document.getElementById('modalVideoIframe');
const modalTitle = document.getElementById('videoModalLabel');