🍰👻 Checkpoint

./index.html:69682263/1314
This commit is contained in:
Glitch (glitch-hello-website)
2024-12-11 21:23:03 +00:00
parent f36f60b1be
commit b65a83690a

View File

@ -15,7 +15,7 @@
Like the title, which appears on the browser tab but not inside the page
Further down you'll see the content that displays in the page
-->
<title>Hello World!</title>
<title>FediZineFest 2025</title>
<!-- The website stylesheet -->
<link rel="stylesheet" href="/style.css" />
@ -31,42 +31,12 @@
-->
<div class="wrapper">
<div class="content" role="main">
<h1 class="title">Hello World!</h1>
<img
src="https://cdn.glitch.com/a9975ea6-8949-4bab-addb-8a95021dc2da%2Fillustration.svg?v=1618177344016"
class="illustration"
alt="Editor illustration"
title="Click the image!"
/>
<div class="instructions">
<h2>Using this project</h2>
<p>
This is the Glitch <strong>Hello Website</strong> project. You can
use it to build your own site. Check out the code in the editor and open
the <span class="fileopener" data-file="TODO.md" data-line="0"
>TODO</span> for next steps!
</p>
<!-- 🚧 TODO: ADD BUTTON HERE -->
<!-- Once you've added the button from TODO.md, click it in the page -->
<!-- Check out the function in script.js to see how it works -->
</div>
<h1 class="title">FediZineFest 2025</h1>
</div>
</div>
<!-- The footer holds our remix button — you can keep or delete it ✂ -->
<footer class="footer">
<div class="links"></div>
<a
class="btn--remix"
target="_top"
href="https://glitch.com/edit/#!/remix/glitch-hello-website"
>
<img
src="https://cdn.glitch.com/605e2a51-d45f-4d87-a285-9410ad350515%2FLogo_Color.svg?v=1618199565140"
alt=""
/>
Remix on Glitch
</a>
</footer>
</body>
</html>