about summary refs log tree commit diff stats
path: root/submit.php
diff options
context:
space:
mode:
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")