./signup/index.html:69682263/460 ./styles/main.css:69682263/136 ./index.html:69682263/1042 ./for-artists/index.html:69682263/2178 ./scripts/populate.js:69682263/305
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>
|