Coming Soon.

Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form.

HTML

<main id="launch-pad">
<h1 class="typing-effect"> Crafting the future of the web...h1>
main>

SCSS

body {
display: grid;
place-items: center;
min-height: 100vh;
}

JS

async function prepareLaunch() {
await fetch('/api/coffee');
console.log("Dependencies loaded. Ready to deploy soon.");
}