Skip to content

Commit

Permalink
Create index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
tokifyi authored Sep 26, 2024
0 parents commit 34e7161
Showing 1 changed file with 63 additions and 0 deletions.
63 changes: 63 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,63 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Join Circleful Waitlist</title>
<style>
/* Reset and base styles */
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
font-family: Arial, sans-serif;
line-height: 1.6;
color: #333;
background-color: #f3f4f6;
}
.container {
max-width: 400px;
margin: 0 auto;
padding: 20px;
min-height: 100vh;
display: flex;
flex-direction: column;
justify-content: center;
}
.card {
background-color: #fff;
border-radius: 8px;
padding: 40px;
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
h1 {
font-size: 24px;
font-weight: bold;
text-align: center;
margin-bottom: 8px;
}
h2 {
font-size: 20px;
font-weight: bold;
text-align: center;
margin-bottom: 16px;
}
p {
font-size: 14px;
text-align: center;
color: #666;
margin-bottom: 24px;
}
</style>
</head>
<body>
<div class="container">
<div class="card">
<h1>Circleful</h1>
<iframe data-tally-src="https://tally.so/embed/3XYjrj?alignLeft=1&hideTitle=1&transparentBackground=1&dynamicHeight=1" loading="lazy" width="100%" height="181" frameborder="0" marginheight="0" marginwidth="0" title="Circleful "></iframe><script>var d=document,w="https://tally.so/widgets/embed.js",v=function(){"undefined"!=typeof Tally?Tally.loadEmbeds():d.querySelectorAll("iframe[data-tally-src]:not([src])").forEach((function(e){e.src=e.dataset.tallySrc}))};if("undefined"!=typeof Tally)v();else if(d.querySelector('script[src="'+w+'"]')==null){var s=d.createElement("script");s.src=w,s.onload=v,s.onerror=v,d.body.appendChild(s);}</script>
</div>
</div>
</body>
</html>

0 comments on commit 34e7161

Please sign in to comment.