colors, dates
This commit is contained in:
parent
5844fdaaf3
commit
2170a219f5
3 changed files with 25 additions and 5 deletions
|
|
@ -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>
|
||||
`
|
||||
}
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue