2024-12-12 04:04:47 +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 -->
|
|
|
|
|
<link rel="stylesheet" href="styles/main.css" />
|
|
|
|
|
|
|
|
|
|
<!-- The website JavaScript file -->
|
2024-12-12 04:27:30 +00:00
|
|
|
<script src="scripts/footer.js" defer></script>
|
2024-12-12 04:04:47 +00:00
|
|
|
</head>
|
|
|
|
|
<body>
|
|
|
|
|
<div class="wrapper">
|
2024-12-12 04:27:30 +00:00
|
|
|
<div class="wip">
|
|
|
|
|
<p>
|
|
|
|
|
This site is a <b>work in progress!</b> If you experience issues, please try waiting a minute and reloading before reaching out with questions.
|
|
|
|
|
</p>
|
|
|
|
|
</div>
|
2024-12-12 04:04:47 +00:00
|
|
|
<main>
|
|
|
|
|
</main>
|
|
|
|
|
</div>
|
|
|
|
|
<footer role="contentinfo" id="footer"></footer>
|
|
|
|
|
</body>
|
|
|
|
|
</html>
|