.footer-note text-align: center; margin-top: 2rem; font-size: 0.7rem; color: #4b5563; border-top: 1px solid #1e293b; padding-top: 1.5rem; </style> </head> <body> <div class="downloader-card"> <div class="brand"> <h1>🎬 VideoSwift</h1> <p>Paste any video link — grab in HD, MP4, or audio</p> </div>
/* header */ .brand text-align: center; margin-bottom: 2rem;
fetchBtn.addEventListener('click', processVideo); // optional: press enter in input urlInput.addEventListener('keypress', (e) => if (e.key === 'Enter') e.preventDefault(); processVideo(); );