Add Static Files

This commit is contained in:
2025-05-29 15:27:37 -04:00
parent 506d074489
commit 729c70d879
3 changed files with 16 additions and 0 deletions

View File

@ -0,0 +1,5 @@
document.addEventListener(
'DOMContentLoaded', function(){
// console.log('Page loaded and script is running!');
alert("Hello, Django!");
});