diff options
Diffstat (limited to 'wiki.php')
-rw-r--r-- | wiki.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/wiki.php b/wiki.php index 9a83a28..19a9eed 100644 --- a/wiki.php +++ b/wiki.php @@ -15,7 +15,7 @@ </div> </div> <div id="navigation"> - <a href="http://tilde.institute">News</a> :: <a href="/signup">Sign Up</a> :: <a href="/irc">IRC</a> :: <a href="/start">BCHS Guide</a> :: <a href="/coc">Code of Conduct</a> :: <a href="https://tilde.zone/@tildeinstitute">Mastodon</a> :: <a href="/wiki">Wiki</a> :: <a href="https://tildegit.org/institute">Git</a> :: <a href="/stats">Stats</a> + <a href="http://tilde.institute">News</a> :: <a href="/signup">Sign Up</a> :: <a href="/irc">IRC</a> :: <a href="/coc">Code of Conduct</a> :: <a href="https://tilde.zone/@tildeinstitute">Mastodon</a> :: <a href="/wiki">Wiki</a> :: <a href="https://tildegit.org/institute">Git</a> :: <a href="/stats">Stats</a> </div> <div id="content"> <?php @@ -30,7 +30,9 @@ </p> <h3>Pages:</h3> + <a href="wiki.php?page=bchs">BCHS Intro Guide</a><br /> <a href="wiki.php?page=dcss">Dungeon Crawl Stone Soup</a><br /> + <a href="wiki.php?page=finger">Finger</a><br /> <a href="wiki.php?page=unixprotips">UNIX ProTips</a><br /> <?php |