-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathheader.php
More file actions
40 lines (40 loc) · 1.6 KB
/
header.php
File metadata and controls
40 lines (40 loc) · 1.6 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta charset="utf-8">
<title>KS PATH</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Kansas Pathology">
<meta name="keywords" content="Kansas Pathology">
<!-- jQuery -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script src="dist/js/main.min.js"></script>
<link href="https://fonts.googleapis.com/css?family=Open+Sans|Roboto:400,500,700|Roboto+Condensed|Roboto+Slab" rel="stylesheet" type='text/css'>
<!-- Stylesheets -->
<link href="dist/css/style.min.css" rel="stylesheet">
<!-- 2018 -->
<!-- HTML5 Support for IE -->
<!--[if lt IE 9]>
<script src="js/html5shim.js"></script>
<![endif]-->
<!-- Favicon -->
<link rel="shortcut icon" href="img/favicon/favicon.png">
</head>
<body>
<div id="offscreen"><a href="#maincontent">Skip to the main content</a></div>
<header>
<div class="mobile_menu_button"><span><i class="fa fa-bars"></i></span></div>
<a href="/" class="logo"><img src='img/KPS-LLC-Logo-in-Blue.gif'></a>
<nav role="navigation">
<ul>
<li><a href="resources.php">Resources</a></li>
<li><a href="http://kspath.ppi.net/testcatalog/">Test Catalog</a></li>
<li><a href="https://kspath.ppi.net/supply-form/">Supply Form</a></li>
<li><a href="forms.php">Forms</a></li>
<li><a href="service.php">Customer Service</a></li>
<li><a href="aboutus.php">Who We Are</a></li>
<li><a href="contactus.php">Contact</a></li>
</ul>
</nav>
</header>