Prototyp Sign Up for the index file.

This commit is contained in:
Ismail Cadaroski 2017-01-11 20:21:10 +01:00
parent 39a1fe96e6
commit 5fb868c90d
4 changed files with 20 additions and 7 deletions

View File

@ -24,6 +24,6 @@
</header>
</div>
</div>
<p>Board</p>
<h1>Board</h1>
</body>
</html>

View File

@ -24,6 +24,19 @@
</header>
</div>
</div>
<p>Home</p>
<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>

View File

@ -24,6 +24,6 @@
</header>
</div>
</div>
<p>Ticket</p>
<h1>Ticket</h1>
</body>
</html>