🔨☎️ Checkpoint
./signup/index.html:69682263/120 ./styles/main.css:69682263/2353 ./index.html:69682263/1402
This commit is contained in:
@ -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>
|
||||
|
||||
Reference in New Issue
Block a user