update admin page

This commit is contained in:
Andreas Zweili 2017-01-14 11:25:20 +01:00
parent 3d9f238ae8
commit df86cbb672
1 changed files with 11 additions and 2 deletions

View File

@ -14,16 +14,25 @@
<div> <div>
<div> <div>
<header> <header>
<!-- The title begins here -->
<h1>Admin</h1>
<!-- The title begins here -->
<!-- The sidebar naviagtion begins here --> <!-- The sidebar naviagtion begins here -->
<nav> <nav>
<?php <?php
include 'navigation.php'; include 'navigation.php';
?> ?>
<!--Login-->
<form action="signup.php" method="post">
<input type="text" name="uid" placeholder="Username"><br>
<input type="password" name="pwd" placeholder="Password"><br>
<button type="submit">Login</button>
</form>
<!--Login end-->
</nav> </nav>
<!-- The sidebar naviagtion ends here --> <!-- The sidebar naviagtion ends here -->
</header> </header>
</div> </div>
</div> </div>
<p>Admin</p>
</body> </body>
</html> </html>