Add Static Files
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 24 KiB |
@@ -0,0 +1,5 @@
|
|||||||
|
document.addEventListener(
|
||||||
|
'DOMContentLoaded', function(){
|
||||||
|
// console.log('Page loaded and script is running!');
|
||||||
|
alert("Hello, Django!");
|
||||||
|
});
|
||||||
@@ -0,0 +1,11 @@
|
|||||||
|
body{
|
||||||
|
font-family: Arial, Helvetica, sans-serif;
|
||||||
|
background-color: #f4f4f4;
|
||||||
|
color: #333;
|
||||||
|
text-align: center;
|
||||||
|
padding: 20px;
|
||||||
|
}
|
||||||
|
|
||||||
|
img{
|
||||||
|
width: 300px;
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user