TWOdunlami / yourNotebook

FreeCodeCamp.org landing page project titled 'yourNotebook'
2 stars 0 forks source link

Message Us page #23

Closed TWOdunlami closed 7 months ago

TWOdunlami commented 2 years ago

Complete a simple Contact page for 2Way Ink Landing page

TWOdunlami commented 9 months ago

update page with link to home button. let it load-up in 5sec. using JS code below when final

<!DOCTYPE html>
<html>
<body>
<h2>JavaScript async / await</h2>
<p>Wait 3 seconds (3000 milliseconds) for this page to change.</p>
<h1 id="demo"></h1>
<script>
async function myDisplay() {
  let myPromise = new Promise(function(resolve) {
    setTimeout(function() {resolve("I love You !!");}, 3000);
  });
  document.getElementById("demo").innerHTML = await myPromise;
}
myDisplay();
</script>
</body>
</html> 
TWOdunlami commented 7 months ago

chat support with 24-7 agent(1) launched using 3rd-prty vendor tawk.to image