5 lines
186 B
JavaScript
5 lines
186 B
JavaScript
// No custom JS needed for this step, but the file is here for future use.
|
|
document.addEventListener('DOMContentLoaded', function () {
|
|
// Future interactive scripts will go here
|
|
});
|