Files
seedPass/landing/script.js
Keep Creating Online 55eb008f7e update
2024-10-21 19:32:26 -04:00

6 lines
236 B
JavaScript

// Add any JavaScript functionality here if needed
// For example, you can add animations, smooth scroll, or event handlers
document.addEventListener('DOMContentLoaded', function() {
console.log('SeedPass landing page loaded');
});