👱 Checkpoint

./2024/index.html:69682263/381
./for-artists/index.html:69682263/7527
./signup/index.html:69682263/8559
./status/index.html:69682263/5471
./team/index.html:69682263/6092
./zines/index.html:69682263/5390
This commit is contained in:
Glitch (glitch-hello-website)
2024-12-13 02:46:14 +00:00
parent c2728cd9fb
commit 2d97bd7278
6 changed files with 16 additions and 6 deletions

View File

@ -13,11 +13,11 @@
<!-- The website stylesheet -->
<link rel="stylesheet" href="styles/main.css" />
<link rel="stylesheet" href="styles/zines.css" />
<!-- The website JavaScript file -->
<script src="scripts/footer.js" defer></script>
<script src="scripts/zines.js" defer></script>
<!-- Meta -->
<link rel="canonical" href="https://fedizinefest.glitch.me/zines" />
<meta name="description" content="zines of FediZineFest 2025" />
@ -56,12 +56,15 @@
<main id="main">
<header role="banner">
<h1>The Zines!</h1>
<p>
Do not fear! You have not missed a signup link. This is fake
information so I can play with styles.
</p>
</header>
<ul id="zine-container">
<!-- Auto populated by scripts/zines.js -->
</ul>
</main>
</div>
<footer role="contentinfo" id="footer"></footer>