Initial commit of Palina Ghost theme

This commit is contained in:
2026-02-17 17:53:00 +01:00
commit f5a5eed8ab
11 changed files with 236 additions and 0 deletions

7
assets/js/main.js Normal file
View 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
});