hanged Login position into navigation

This commit is contained in:
Ismail Cadaroski 2017-01-11 20:30:44 +01:00
parent ae1a813407
commit 390fde9099
1 changed files with 12 additions and 9 deletions

View File

@ -19,18 +19,21 @@
<?php
include 'navigation.php';
?>
<!--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-->
</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>