mirror of
https://github.com/tildeclub/fosspay.git
synced 2026-06-14 21:30:17 +00:00
few missed files to commit
This commit is contained in:
20
templates/club_footer.html
Normal file
20
templates/club_footer.html
Normal file
@@ -0,0 +1,20 @@
|
||||
</div> <!-- Close .content div opened in header.php -->
|
||||
</div> <!-- Close the outermost div if there is any -->
|
||||
<br>
|
||||
<footer class="text-center">
|
||||
<br><br>
|
||||
<!-- Tildeverse Banner Exchange code begin -->
|
||||
<div style="text-align: center;">
|
||||
<iframe src="https://banner.tildeverse.org/work.php?ID=deepend" width="468" height="60" marginwidth="0" marginheight="0" hspace="0" vspace="0" frameborder="0" scrolling="no"></iframe>
|
||||
<p><a href="https://banner.tildeverse.org" target="_blank">Tildeverse Banner Exchange</a></p>
|
||||
</div>
|
||||
<!-- Tildeverse Banner Exchange code end -->
|
||||
<br><br>
|
||||
<p>ECDSA fingerprint: SHA256:duamOATgnGcfRFFkotCwrAWzZtRjwxm64WAhq5tQRwE</p>
|
||||
<a href="https://github.com/tildeclub/site">page source</a> |
|
||||
<a href="http://updown.tilde.club/">Uptime Status</a> |
|
||||
<a href="https://tilde.club/stats" target="_blank">Stats</a> |
|
||||
<a href="https://tilde.club/news.php">NNTP Stats</a>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
||||
33
templates/club_header.html
Normal file
33
templates/club_header.html
Normal file
@@ -0,0 +1,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>
|
||||
|
||||
</head>
|
||||
<body>
|
||||
<div id="navbar">
|
||||
<a href="https://tilde.club/">~TILDE.CLUB~</a>
|
||||
<a href="https://tilde.club/">HOME</a>
|
||||
<a href="https://tilde.club/wiki/">WIKI</a>
|
||||
<a href="https://tildeforge.dev" target="_blank">TILDEFORGE</a>
|
||||
<a href="https://donate.tilde.club">DONATE</a>
|
||||
<a href="https://web.newnet.net/?join=club" target="_blank">CHAT</a>
|
||||
<a href="https://tilde.club/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="https://tilde.club/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>
|
||||
Reference in New Issue
Block a user