colors, dates

This commit is contained in:
j 2022-05-03 13:10:35 +01:00
commit 2170a219f5
3 changed files with 25 additions and 5 deletions

View file

@ -106,10 +106,11 @@
}).then(response => response.json()).then(response => {
if (response.sent) {
var content = document.querySelector('#contact .content')
content.innerHTML = `
Thank you for taking the time to send us a message, we will get back to you soon.
content.innerHTML = `<div class="thanks">
thanks for taking the time to write this message.
<br><br>
<a href="/" target="_self">Back to Timeline</a>
</div>
`
}
})