Initial commit of Palina Ghost theme
This commit is contained in:
7
assets/js/main.js
Normal file
7
assets/js/main.js
Normal file
@@ -0,0 +1,7 @@
|
||||
// Main JavaScript file for Palina theme
|
||||
document.addEventListener('DOMContentLoaded', () => {
|
||||
console.log('Palina theme loaded!');
|
||||
|
||||
// Add any interactive JavaScript here
|
||||
// For example, a simple image modal or lazy loading
|
||||
});
|
||||
Reference in New Issue
Block a user