diff --git a/templates/contact.html b/templates/contact.html
index 48f7c7d4a2655404cfaa1cdb93c0baee4bc5247c..3a8876f450f7df6a5480cfae9e4a3bba6e4f0aba 100644
--- a/templates/contact.html
+++ b/templates/contact.html
@@ -112,14 +112,12 @@
             .then(response => response.json())
             .then(data => {
                 console.log('Success:', data);
-                // Optionally, you can add code to show a success message to the user
     
                 // Reset the form
                 document.getElementById('contactForm').reset();
             })
             .catch((error) => {
                 console.error('Error:', error);
-                // Optionally, you can add code to show an error message to the user
             });
         });
     </script>    
diff --git a/templates/experience.html b/templates/experience.html
index 1458692882f18941aa47857a03d5c971fbf39a16..799a14a18ad7e6e92666f4d1bec406d47f6d05d0 100644
--- a/templates/experience.html
+++ b/templates/experience.html
@@ -86,7 +86,7 @@
 </html>`);
 
             // Add style.css content
-            zip.file('style.css', `/* Your CSS styles go here */`);
+            zip.file('style.css', `/* CSS styles go here */`);
 
             // Generate and initiate download
             zip.generateAsync({ type: "blob" })