summaryrefslogtreecommitdiff
path: root/signin.php
diff options
context:
space:
mode:
authorcflip <36554078+cflip@users.noreply.github.com>2021-04-07 15:24:15 -0600
committercflip <36554078+cflip@users.noreply.github.com>2021-04-07 15:24:15 -0600
commit700449b8d903b9707b2751784dc54b4450a655df (patch)
tree438db8c9baaa026f46a35e3f6f149d7aaa32db1e /signin.php
parentd61a18a93bc1b39d91725497ebb2fe85c4785ead (diff)
Style and layout changes
Diffstat (limited to 'signin.php')
-rw-r--r--signin.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/signin.php b/signin.php
index ba8f147..aaefbda 100644
--- a/signin.php
+++ b/signin.php
@@ -3,8 +3,10 @@
<html>
<head>
<title>Sign in - cflip.net forum</title>
+ <link rel="stylesheet" href="styles/style.css">
</head>
<body>
+ <?php include_once 'templates/header.php'?>
<h2>Sign in</h2>
<form action="<?php echo htmlspecialchars($_SERVER["PHP_SELF"]);?>" method="post">
<label for="user_name">Username: </label><br>
@@ -75,4 +77,4 @@ if ($_SERVER['REQUEST_METHOD'] == 'POST') {
}
?>
</body>
-</html> \ No newline at end of file
+</html>