2024-12-11 22:50:23 +00:00
|
|
|
<!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 -->
|
2024-12-11 23:23:41 +00:00
|
|
|
<link rel="stylesheet" href="styles/main.css" />
|
2024-12-11 22:50:23 +00:00
|
|
|
|
|
|
|
|
<!-- The website JavaScript file -->
|
2024-12-11 23:23:41 +00:00
|
|
|
<script src="scripts/footer.js" defer></script>
|
2024-12-11 22:50:23 +00:00
|
|
|
</head>
|
|
|
|
|
<body>
|
|
|
|
|
<div class="wrapper">
|
|
|
|
|
<div class="content" role="main">
|
|
|
|
|
<h1 class="title">FediZineFest 2025 Sign-Ups</h1>
|
2024-12-12 03:53:34 +00:00
|
|
|
<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>
|
2024-12-11 23:01:28 +00:00
|
|
|
</div>
|
2024-12-11 22:50:23 +00:00
|
|
|
</div>
|
2024-12-12 03:53:34 +00:00
|
|
|
<footer role="contentinfo" id="footer"></footer>
|
2024-12-11 22:50:23 +00:00
|
|
|
</body>
|
|
|
|
|
</html>
|