diff --git a/http.js b/http.js index 3f07f03..70be4bb 100644 --- a/http.js +++ b/http.js @@ -53,6 +53,8 @@ function generateHtml(title, bodyText) { font-family: Arial, sans-serif; margin: 0; padding: 0; + background-image: url('reflection.jpg'); + background-size: cover; display: flex; justify-content: center; /* Center horizontally */ align-items: flex-start; /* Align container to the top */