-
-
Notifications
You must be signed in to change notification settings - Fork 22
/
header24h.php
34 lines (26 loc) · 1.08 KB
/
header24h.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<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://tilde.club/wiki/donate.html">DONATE</a>
<a href="https://web.newnet.net/?join=club" target="_blank">CHAT</a>
<a href="/signup/">SIGN-UP</a>
</div>
<div class="content">
<h1 id="fancyboi">recently updated</h1>
<div class="grid">
<div class="row">
<div class="col">
<h2>tilde.club home pages updated in last 24 hours</h2>
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).<br>
<br>
This script is by <a href="http://tilde.club/~delfuego/" target="_blank">~delfuego</a>