diff options
author | ahriman <ahriman@falte.red> | 2019-01-01 18:06:42 +0000 |
---|---|---|
committer | ahriman <ahriman@falte.red> | 2019-01-01 18:06:42 +0000 |
commit | bcb215c3a7e914d05f166846a33860e48bba64fb (patch) | |
tree | a1e81c2c369c98e736c1645b422e41de06b36d9d /submit.php | |
parent | e4fe58a24976bf1d649def1f421a0366b57cb6d1 (diff) | |
download | site-bcb215c3a7e914d05f166846a33860e48bba64fb.tar.gz |
fixed nav links
Diffstat (limited to 'submit.php')
-rwxr-xr-x | submit.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/submit.php b/submit.php index 570a21e..59ced40 100755 --- a/submit.php +++ b/submit.php @@ -15,7 +15,7 @@ </div> </div> <div id="navigation"> - <a href="http://tilde.institute">News</a> :: <a href="signup.html">Sign Up</a> :: <a href="irc.html">IRC</a> :: <a href="start.html">Quick-Start Guide</a> :: <a href="coc.html">Code of Conduct</a> :: <a href="https://tilde.zone/@tildeinstitute">Mastodon</a> + <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> </div> <div id="content"> <?php |