You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
<!doctype html>
|
|
|
|
<html lang="en">
|
|
|
|
|
|
|
|
<head>
|
|
|
|
<meta charset="utf-8">
|
|
|
|
<meta http-equiv="x-ua-compatible" content="ie=edge">
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
|
|
<link rel="stylesheet" href="https://tilde.team/css/hacker.css">
|
|
|
|
<link rel="icon" href="favicon.png">
|
|
|
|
<title>tildeverse zine</title>
|
|
|
|
</head>
|
|
|
|
|
|
|
|
<body>
|
|
|
|
<div class="container">
|
|
|
|
<h1>~zine</h1>
|
|
|
|
|
|
|
|
<p>this is the tildeverse zine</p>
|
|
|
|
|
|
|
|
<h3>issues</h3>
|
|
|
|
|
|
|
|
<ul>
|
|
|
|
<?php foreach (array_map(function ($i) { return mb_substr(basename($i, ".html"), 6); }, glob("*.html")) as $i): ?>
|
|
|
|
<li><strong>issue <?=$i?></strong>
|
|
|
|
<a href="issue-<?=$i?>.html">html</a>
|
|
|
|
<a href="issue-<?=$i?>.pdf">pdf</a>
|
|
|
|
<a href="issue-<?=$i?>.epub">epub</a>
|
|
|
|
</li>
|
|
|
|
<?php endforeach; ?>
|
|
|
|
</ul>
|
|
|
|
<hr>
|
|
|
|
|
|
|
|
<p>
|
|
|
|
get involved: send in some via pull request to <a href="https://tildegit.org/tildeverse/zine">tildeverse/zine</a>
|
|
|
|
or mail a patch to <a href="mailto:ben@tilde.team">ben</a>
|
|
|
|
</p>
|
|
|
|
<p>stop by our irc channel: <a href="https://kiwi.tilde.chat/#zine">#zine</a></p>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
</body>
|
|
|
|
</html>
|
|
|
|
|