From 69c46fd9b5d983ddb221d7aa7f040e99d2232e3a Mon Sep 17 00:00:00 2001 From: Felix Chadwick-Smith <chadwick-smithff@cardiff.ac.uk> Date: Sun, 14 Jan 2024 18:05:17 +0000 Subject: [PATCH] tided it up --- templates/contact.html | 2 -- templates/experience.html | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/templates/contact.html b/templates/contact.html index 48f7c7d..3a8876f 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 1458692..799a14a 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" }) -- GitLab