🔨☎️ Checkpoint

./signup/index.html:69682263/120
./styles/main.css:69682263/2353
./index.html:69682263/1402
This commit is contained in:
Glitch (glitch-hello-website)
2024-12-11 23:23:41 +00:00
parent b838a36589
commit eb4eece4e6
3 changed files with 58 additions and 106 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">
@ -21,10 +21,7 @@
</div>
</div>
<!-- The footer holds our remix button — you can keep or delete it ✂ -->
<footer class="footer">
<div class="links">
Created by
</div>
<footer class="footer" id="footer">
</footer>
</body>
</html>