Files
fedizinefest/signup/index.html
Glitch (glitch-hello-website) eb4eece4e6 🔨☎️ Checkpoint
./signup/index.html:69682263/120
./styles/main.css:69682263/2353
./index.html:69682263/1402
2024-12-11 23:23:41 +00:00

28 lines
751 B
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>
</div>
<!-- The footer holds our remix button — you can keep or delete it ✂ -->
<footer class="footer" id="footer">
</footer>
</body>
</html>