diff options
Diffstat (limited to 'signin.php')
-rw-r--r-- | signin.php | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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> |