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,11 @@
body{
font-family: Arial, Helvetica, sans-serif;
background-color: #f4f4f4;
color: #333;
text-align: center;
padding: 20px;
}
img{
width: 300px;
}