🐷👩‍❤️‍💋‍👩 Checkpoint

./signup/index.html:69682263/117
./scripts/footer.js:69682263/417
./index.html:69682263/150
This commit is contained in:
Glitch (glitch-hello-website)
2024-12-11 23:01:28 +00:00
parent 9cb41ea2ba
commit ada2ccc18d
5 changed files with 21 additions and 44 deletions

View File

@ -9,10 +9,10 @@
<title>FediZineFest 2025</title>
<!-- The website stylesheet -->
<link rel="stylesheet" href="/style.css" />
<link rel="stylesheet" href="styles/main.css" />
<!-- The website JavaScript file -->
<script src="/script.js" defer></script>
<script src="scripts/footer.js" defer></script>
</head>
<body>
<div class="wrapper">
@ -63,9 +63,8 @@
</ul>
</div>
</div>
<!-- The footer holds our remix button — you can keep or delete it ✂ -->
<footer class="footer">
<div class="links"></div>
<footer class="footer" id="footer">
</footer>
</body>
</html>