🏎🙎 Checkpoint

./index.html:69682263/854
./signup/index.html:69682263/3570
This commit is contained in:
Glitch (glitch-hello-website)
2024-12-11 22:50:23 +00:00
parent 3a70db21bd
commit 9cb41ea2ba
2 changed files with 39 additions and 6 deletions

31
signup/index.html Normal file
View File

@ -0,0 +1,31 @@
<!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="/style.css" />
<!-- The website JavaScript file -->
<script src="/script.js" defer></script>
</head>
<body>
<div class="wrapper">
<div class="content" role="main">
<h1 class="title">FediZineFest 2025 Sign-Ups</h1>
<h2>
What:
</h2>
</div>
<!-- The footer holds our remix button — you can keep or delete it ✂ -->
<footer class="footer">
<div class="links"></div>
</footer>
</body>
</html>