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-11 23:01:28 +00:00
|
|
|
</div>
|
2024-12-11 22:50:23 +00:00
|
|
|
</div>
|
|
|
|
|
<!-- The footer holds our remix button — you can keep or delete it ✂ -->
|
2024-12-11 23:23:41 +00:00
|
|
|
<footer class="footer" id="footer">
|
2024-12-11 22:50:23 +00:00
|
|
|
</footer>
|
|
|
|
|
</body>
|
|
|
|
|
</html>
|