24 lines
580 B
HTML
24 lines
580 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/populate.js" defer></script>
|
||
|
|
</head>
|
||
|
|
<body>
|
||
|
|
<div class="wrapper">
|
||
|
|
<main>
|
||
|
|
</main>
|
||
|
|
</div>
|
||
|
|
<footer role="contentinfo" id="footer"></footer>
|
||
|
|
</body>
|
||
|
|
</html>
|