Files
fedizinefest/index.html

63 lines
1.3 KiB
HTML
Raw Normal View History

2017-10-10 12:57:38 +00:00
<!DOCTYPE html>
<html lang="en">
2017-10-10 12:57:38 +00:00
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="icon" href="https://glitch.com/favicon.ico" />
2020-05-11 22:27:53 +00:00
<title>FediZineFest 2025</title>
<!-- The website stylesheet -->
<link rel="stylesheet" href="/style.css" />
<!-- The website JavaScript file -->
<script src="/script.js" defer></script>
</head>
2017-10-10 12:57:38 +00:00
<body>
<div class="wrapper">
<div class="content" role="main">
<h1 class="title">FediZineFest 2025</h1>
<h2>
What:
</h2>
<p>
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 ✂ -->
<footer class="footer">
<div class="links"></div>
</footer>
2017-10-10 12:57:38 +00:00
</body>
</html>