remove unused comments from index.php

This commit is contained in:
Andreas Zweili 2017-02-05 14:32:20 +01:00
parent 911ddf848c
commit 2bdc242dc2
2 changed files with 4 additions and 12 deletions

View File

@ -14,19 +14,10 @@
<div>
<div>
<header>
<!-- The title begins here -->
<h1>WebShop NeXt</h1>
<!-- The title begins here -->
<!-- The sidebar naviagtion begins here -->
<nav>
<!--Login-->
<?php
include 'login.php';
?>
<!--Login end-->
</nav>
<!-- The sidebar naviagtion ends here -->
</header>
</div>
</div>

View File

@ -1,10 +1,11 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Login</title>
<link rel="stylesheet" href="css/loginstyle.css" />
<meta charset="utf-8">
<title>Login</title>
<link rel="stylesheet" href="css/loginstyle.css" />
</head>
<body>
<?php
require('db.php');