Login Changed into the header

This commit is contained in:
Ismail Cadaroski 2017-01-11 20:26:32 +01:00
parent e3a2b8a495
commit ae1a813407
1 changed files with 12 additions and 9 deletions

View File

@ -21,6 +21,17 @@
?>
</nav>
<!-- The sidebar naviagtion ends here -->
<!--Login-->
<form action="signup.php" method="post">
<input type="text" name="first" placeholder="Firstname"><br>
<input type="text" name="last" placeholder="Laststname"><br>
<input type="text" name="uid" placeholder="Username"><br>
<input type="password" name="pwd" placeholder="Password"><br>
<button type="submit">SIGN UP</button>
</form>
<!--Login end-->
</header>
</div>
</div>
@ -28,15 +39,7 @@
<h1>Home</h1>
<!--Login-->
<form action="signup.php" method="post">
<input type="text" name="first" placeholder="Firstname"><br>
<input type="text" name="last" placeholder="Laststname"><br>
<input type="text" name="uid" placeholder="Username"><br>
<input type="password" name="pwd" placeholder="Password"><br>
<button type="submit">SIGN UP</button>
</form>
<!--Login end-->
</body>
</html>