-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathheader.php
More file actions
executable file
·52 lines (48 loc) · 1.94 KB
/
header.php
File metadata and controls
executable file
·52 lines (48 loc) · 1.94 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
41
42
43
44
45
46
47
48
49
50
51
52
<!doctype html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7" lang="en"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8" lang="en"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9" lang="en"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js" lang="en"> <!--<![endif]-->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title></title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width">
<link rel="stylesheet" href="css/style.css">
<!--[if lt IE 9]>
<script src="js/respond.js"></script>
<![endif]-->
<script src="js/libs/modernizr-2.5.3.min.js"></script>
</head>
<body>
<div id="pageWrapper" class="clearfix">
<!--[if lt IE 7]><p class=chromeframe>Your browser is <em>ancient!</em> <a href="http://browsehappy.com/">Upgrade to a different browser</a> or <a href="http://www.google.com/chromeframe/?redirect=true">install Google Chrome Frame</a> to experience this site.</p><![endif]-->
<header>
<div id="logo">
<a href="index.php" class="logoImage">
<div class="logoContainer" style="background: url('http://placehold.it/300x120&text=Your+logo') no-repeat;">
<img src="http://placehold.it/300x120&text=Your+logo" />
</div>
</a>
</div>
<nav>
<ul class="mainNavigation" role="main navigation">
<li><a href="index.php">Home</a></li>
<li><a href="twoColumns.php">2 Columns</a></li>
<li><a href="blog.php">Blog</a></li>
<li><a href="forms.php">Forms</a></li>
<li><a href="threeColumns.php">3 Columns</a></li>
<li><a href="grid.php">Grids</a></li>
<li><a href="#">Isotope</a></li>
<li><a href="slider.php">Slider</a></li>
</ul>
</nav>
</header>
<!--one column -->
<div class="oneCol">
<div class="content">
<p>Watch/Fork on Github: <a href="https://github.com/benholiio/boilerplate" target="blank">github.com/benholiio/boilerplate</a></p>
</div>
</div>
<!-- end one column -->