Files
fedizinefest/signup/index.html
Glitch (glitch-hello-website) cedf51f1f2 🐲🏆 Checkpoint
./styles/main.css:69682263/529
./scripts/footer.js:69682263/14
./index.html:69682263/36
./signup/index.html:69682263/8051
./styles/iframe.css:69682263/180
2024-12-12 03:53:34 +00:00

42 lines
1.2 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="icon" href="https://glitch.com/favicon.ico" />
<title>FediZineFest 2025</title>
<!-- The website stylesheet -->
<link rel="stylesheet" href="styles/main.css" />
<!-- The website JavaScript file -->
<script src="scripts/footer.js" defer></script>
</head>
<body>
<div class="wrapper">
<div class="content" role="main">
<h1 class="title">FediZineFest 2025 Sign-Ups</h1>
<div class="iframe-flex">
<div class="iframe">
<h2>Get notified when sign-ups go live!</h2>
<iframe
class="airtable-embed"
src="https://airtable.com/embed/app76cWa9xMbzWFn3/pag3eYElM2MGCn4g2/form"
frameborder="0"
onmousewheel=""
width="100%"
height="533"
style="background: transparent; border: 1px solid #ccc"
></iframe>
<p>
Form embed not working?
</p>
</div>
</div>
</div>
</div>
<footer role="contentinfo" id="footer"></footer>
</body>
</html>