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>
<div> <div>
<header> <header>
<!-- The title begins here -->
<h1>WebShop NeXt</h1> <h1>WebShop NeXt</h1>
<!-- The title begins here -->
<!-- The sidebar naviagtion begins here -->
<nav>
<!--Login-->
<?php <?php
include 'login.php'; include 'login.php';
?> ?>
<!--Login end-->
</nav>
<!-- The sidebar naviagtion ends here -->
</header> </header>
</div> </div>
</div> </div>

View File

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