remove the last unnecessary bit

This commit is contained in:
Andreas Zweili 2017-03-22 20:47:15 +01:00
parent c6e9e9a32d
commit 9ef11e69c7
1 changed files with 0 additions and 38 deletions

View File

@ -1,38 +0,0 @@
<!DOCTYPE html>
<html>
<head>
<!-- enable utf-8 encoding for umlauts etc.-->
<meta charset="utf-8">
<!-- Description of what this dose -->
<meta name ="viewport" content="width=device-width, initial-scale=1">
<!-- link to the default css file -->
<link rel="stylesheet" href="css/stylesheet.css"/>
</head>
<body>
<div>
<div>
<header>
<!-- The title begins here -->
<h1>Admin</h1>
<!-- The title begins here -->
<!-- The sidebar naviagtion begins here -->
<nav>
<?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>
<!-- The sidebar naviagtion ends here -->
</header>
</div>
</div>
</body>
</html>