Skip to content
Permalink
ae335aeb5c
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
29 lines (22 sloc) 733 Bytes
<?php
/*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
?>
<html>
<head>
<title>Northwind Index</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div id="header">
<ul id="menu" class="blue">
<li><a href="customerPages/login.php">Customer Login</a></li>
<li><a href="employeePages/login.php">Employee Login</a></li>
<li><a href="adminPages/login.php">Administrator Login</a></li>
</ul>
</div>
</body>
</html>