This commit is contained in:
Keep Creating Online
2024-10-21 19:32:26 -04:00
parent 0969868ba2
commit 55eb008f7e
35 changed files with 215 additions and 0 deletions

5
landing/script.js Normal file
View File

@@ -0,0 +1,5 @@
// 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');
});