-
Notifications
You must be signed in to change notification settings - Fork 9
/
header.html
35 lines (35 loc) · 1.7 KB
/
header.html
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
<!DOCTYPE html>
<!--[if lt IE 7]> <html lang="en" class="no-js oldie lt-ie9 lt-ie8 lt-ie7"><![endif]-->
<!--[if IE 7]> <html lang="en" class="no-js oldie lt-ie9 lt-ie8"><![endif]-->
<!--[if IE 8]> <html lang="en" class="no-js oldie lt-ie9"><![endif]-->
<!--[if gt IE 8]><!-->
<html lang="en" class="no-js">
<!-- <![endif]-->
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width, , initial-scale=1">
<title>BYU Header</title>
<!-- Place favicon.ico and apple-touch-icon.png in the root directory-->
<link rel="shortcut icon" href="favicon.ico">
<!-- Styles-->
<link rel="stylesheet" href="//cloud.typography.com/75214/740862/css/fonts.css">
<link rel="stylesheet" href="css/header.css">
<!-- Modernizr for SVG image fallbacks. If you use your own build, make sure it has SVG test-->
<script src="js/modernizr.js"></script>
</head>
<body>
<!--[if lt IE 7]>
<p class="chromeframe">You are using an<strong>outdated</strong>browser. Please<a href="http://browsehappy.com/">upgrade your browser</a>or<a href="http://www.google.com/chromeframe/?redirect=true">activate Google Chrome Frame</a>to improve your experience.</p>
<![endif]-->
<header id="main-header" role="banner">
<div id="header-top" class="wrapper">
<div id="logo">
<h2><a href="http://www.byu.edu/" class="byu">Brigham Young University</a></h2>
</div>
<!-- This should link to your organization's home page-->
<h1><a id="site-name" href="#" title="Change this link to your organization's home page">Organization Title</a></h1>
</div>
</header>
</body>
</html>