about summary refs log tree commit diff stats
path: root/submit.php
diff options
context:
space:
mode:
authorgbmor <ahriman@falte.red>2020-05-03 15:40:47 -0400
committergbmor <ahriman@falte.red>2020-05-03 15:40:47 -0400
commitc3cca82465e5256a515caa2d832de33b51f77c9c (patch)
treefab7623cad94fa018bf1c34d626b599e9daebd78 /submit.php
parentb8b53a1561014d6e8cf8144f66407e682408346d (diff)
downloadsite-c3cca82465e5256a515caa2d832de33b51f77c9c.tar.gz
redesigned site; moved header/nav and news to separate files for ease of updating
Diffstat (limited to 'submit.php')
-rwxr-xr-xsubmit.php12
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")