🎡🚁 Checkpoint
./index.html:69682263/1180
This commit is contained in:
43
index.html
43
index.html
@ -1,20 +1,11 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!--
|
||||
This is an HTML comment
|
||||
You can write text in a comment and the content won't be visible in the page
|
||||
-->
|
||||
|
||||
<meta charset="utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<link rel="icon" href="https://glitch.com/favicon.ico" />
|
||||
|
||||
<!--
|
||||
This is the page head - it contains info the browser uses
|
||||
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>FediZineFest 2025</title>
|
||||
|
||||
<!-- The website stylesheet -->
|
||||
@ -24,11 +15,6 @@
|
||||
<script src="/script.js" defer></script>
|
||||
</head>
|
||||
<body>
|
||||
<!--
|
||||
The body includes the content you see in the page
|
||||
Each element is defined using tags, like this <div></div>
|
||||
The attributes like class="wrapper" let us style elements in the CSS
|
||||
-->
|
||||
<div class="wrapper">
|
||||
<div class="content" role="main">
|
||||
<h1 class="title">FediZineFest 2025</h1>
|
||||
@ -37,8 +23,35 @@
|
||||
What:
|
||||
</h2>
|
||||
<p>
|
||||
Zine distribution
|
||||
A zine sharing and distribution project for the fediverse.
|
||||
</p>
|
||||
|
||||
<h2>
|
||||
Who:
|
||||
</h2>
|
||||
<p>
|
||||
Two groups: artists and backers.
|
||||
</p>
|
||||
|
||||
<h3>
|
||||
Artists
|
||||
</h3>
|
||||
<p>
|
||||
Provide physical and/or digital zines; receive payment
|
||||
</p>
|
||||
|
||||
<h3>
|
||||
Backers
|
||||
</h3>
|
||||
|
||||
<h2>
|
||||
When:
|
||||
</h2>
|
||||
<p>
|
||||
Early-mid 2025
|
||||
</p>
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<!-- The footer holds our remix button — you can keep or delete it ✂ -->
|
||||
|
||||
Reference in New Issue
Block a user