diff options
author | gbmor <ahriman@falte.red> | 2020-05-03 15:40:47 -0400 |
---|---|---|
committer | gbmor <ahriman@falte.red> | 2020-05-03 15:40:47 -0400 |
commit | c3cca82465e5256a515caa2d832de33b51f77c9c (patch) | |
tree | fab7623cad94fa018bf1c34d626b599e9daebd78 /stats.php | |
parent | b8b53a1561014d6e8cf8144f66407e682408346d (diff) | |
download | site-c3cca82465e5256a515caa2d832de33b51f77c9c.tar.gz |
redesigned site; moved header/nav and news to separate files for ease of updating
Diffstat (limited to 'stats.php')
-rwxr-xr-x[-rw-r--r--] | stats.php | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/stats.php b/stats.php index e77889b..2229127 100644..100755 --- a/stats.php +++ b/stats.php @@ -9,16 +9,8 @@ </head> <body> <div id="container"> - <div id="logo"> - <img src="logo.png" alt="" /><br /> - <div id="logobyline"> - of OpenBSD Education - </div> - </div> - <div id="navigation"> - <a href="http://tilde.institute">News</a> :: <a href="/signup">Sign Up</a> :: <a href="/coc">Code of Conduct</a> :: <a href="https://tilde.zone/@tildeinstitute">Mastodon</a> :: <a href="https://wiki.tilde.institute">Wiki</a> :: <a href="https://git.tilde.institute/tilde">Git</a> :: <a href="/stats">Stats</a> :: <a href="https://twtxt.tilde.institute">twtxt</a> :: <a href="tilde.json"><code>tilde.json</code></a> - </div> - <div id="content"> + <?php include("header.html"); ?> + <div id="content" style="text-align: center;"> <br /> <!--<p><code><?php include("table.weekconns"); ?></code> unique users logged in this week (resets Saturdays <code>00:00 UTC</code>)</p>--> <p>Connected Users (<code>5min</code>):</p> |