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

@ -20,10 +20,10 @@
include 'navigation.php';
?>
</nav>
<!-- The sidebar naviagtion ends here -->
<!-- The sidebar naviagtion ends here -->
</header>
</div>
</div>
<p>Board</p>
<h1>Board</h1>
</body>
</html>

View File

@ -1,11 +1,11 @@
body {
body {
font-family:sans-serif;
width:50%;
margin-left:auto;
margin-right:auto;
}
p {
p {
font-size:medium;
font-family:sans-serif;
font-weight:normal;

View File

@ -16,7 +16,7 @@
<header>
<!-- The sidebar naviagtion begins here -->
<nav>
<?php
<?php
include 'navigation.php';
?>
</nav>
@ -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>