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 /submit.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 'submit.php')
-rwxr-xr-x | submit.php | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/submit.php b/submit.php index 52ed079..e1ce340 100755 --- a/submit.php +++ b/submit.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;"> <?php if ($_SERVER["SERVER_NAME"] != "localhost") |