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

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB

View File

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

View File

@ -0,0 +1,11 @@
body{
font-family: Arial, Helvetica, sans-serif;
background-color: #f4f4f4;
color: #333;
text-align: center;
padding: 20px;
}
img{
width: 300px;
}