removed non needed files.

This commit is contained in:
deepend 2019-12-02 00:28:09 -07:00
parent cd90ffd6bd
commit b416e42bba
2 changed files with 0 additions and 44 deletions

View File

@ -1,7 +0,0 @@
{ "pagelist": [
{ "username": "jonbell", "homepage": "http://tilde.club/~jonbell/", "modtime": "2019-12-02T00:00:08.8174278860Z" }
, { "username": "karen", "homepage": "http://tilde.club/~karen/", "modtime": "2019-12-01T12:12:42.0855006150Z" }
, { "username": "underwood", "homepage": "http://tilde.club/~underwood/", "modtime": "2019-12-01T09:49:25.7710642280Z" }
, { "username": "gikiski", "homepage": "http://tilde.club/~gikiski/", "modtime": "2019-12-01T06:48:13.1637608450Z" }
, { "username": "mz721", "homepage": "http://tilde.club/~mz721/", "modtime": "2019-12-01T04:03:55.8983361200Z" }
] }

View File

@ -1,37 +0,0 @@
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title><?=isset($title) ? $title : "Welcome to ~tilde.club~"?></title>
<link rel="stylesheet" href="/style.css">
</head>
<body>
<div id="navbar">
<a href="/">~TILDE.CLUB~</a>
<a href="/">HOME</a>
<a href="/wiki/">WIKI</a>
<a href="https://liberapay.com/tilde.club" target="_blank">DONATE</a>
<a href="https://web.tilde.chat/?join=club" target="_blank">CHAT</a>
<a href="/signup/">SIGN-UP</a>
</div>
<div class="content">
<h2>tilde.club home pages updated in last 24 hours</h2>
<div>
There's also <a href="./tilde.24h.json">a JSON version of this data</a>; it's all updated once a minute, so hold yer damn horses, people. Also, times are in the server's time zone (GMT, it appears).
</div>
<ul>
<li><a class="homepage-link" href="http://tilde.club/~jonbell">jonbell</a> <time datetime="2019-12-02T00:00:08.8174278860Z">12/02/19 12:00:08 AM</time></li>
<li><a class="homepage-link" href="http://tilde.club/~karen">karen</a> <time datetime="2019-12-01T12:12:42.0855006150Z">12/01/19 12:12:42 PM</time></li>
<li><a class="homepage-link" href="http://tilde.club/~underwood">underwood</a> <time datetime="2019-12-01T09:49:25.7710642280Z">12/01/19 09:49:25 AM</time></li>
<li><a class="homepage-link" href="http://tilde.club/~gikiski">gikiski</a> <time datetime="2019-12-01T06:48:13.1637608450Z">12/01/19 06:48:13 AM</time></li>
<li><a class="homepage-link" href="http://tilde.club/~mz721">mz721</a> <time datetime="2019-12-01T04:03:55.8983361200Z">12/01/19 04:03:55 AM</time></li>
</div>
<br>
</body>
</html>