-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathheader.php
24 lines (21 loc) · 1.02 KB
/
header.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1.0"/>
<title>Reporting Tool</title>
<!-- CSS -->
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<link href="css/materialize.css" type="text/css" rel="stylesheet" media="screen,projection"/>
<link href="css/style.css" type="text/css" rel="stylesheet" media="screen,projection"/>
</head>
<body>
<nav class="light-blue lighten-1" role="navigation">
<div class="nav-wrapper container"><a id="logo-container" href="#" class="brand-logo">Reports</a>
<ul class="right hide-on-med-and-down">
<li><a href="#" data-activates="slide-out" class="button-menu"><i class="material-icons">menu</i></a></li>
</ul>
<ul id="nav-mobile" class="side-nav">
<li><a href="#" data-activates="slide-out" class="button-menu"><i class="material-icons">menu</i></a></li>
</ul>
</div>
</nav>