This commit is contained in:
Ismail Cadaroski 2017-01-24 19:29:50 +01:00
parent 983fc5b221
commit 290546eea5
1 changed files with 3 additions and 12 deletions

View File

@ -15,25 +15,16 @@
<div> <div>
<header> <header>
<!-- The title begins here --> <!-- The title begins here -->
<h1>Home</h1> <h1>WebShop NeXt</h1>
<!-- The title begins here --> <!-- The title begins here -->
<!-- The sidebar naviagtion begins here --> <!-- The sidebar naviagtion begins here -->
<nav> <nav>
<!--Login-->
<?php <?php
include 'navigation.php'; include 'db/login.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--> <!--Login end-->
</nav> </nav>
<!-- The sidebar naviagtion ends here --> <!-- The sidebar naviagtion ends here -->
</header> </header>