forked from byuweb/HTML-Templates
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pagetype4_5-update.html
35 lines (28 loc) · 1.14 KB
/
pagetype4_5-update.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 ie6"> <![endif]-->
<!--[if IE 7 ]> <html lang="en" class="no-js ie7"> <![endif]-->
<!--[if IE 8 ]> <html lang="en" class="no-js ie8"> <![endif]-->
<!--[if IE 9 ]> <html lang="en" class="no-js ie9"> <![endif]-->
<!--[if (gt IE 9)|!(IE)]><!--> <html lang="en" class="no-js"> <!--<![endif]-->
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<title>Page Title</title>
<meta name="description" content="Description about your department." />
<meta name="author" content="Your Department Name" />
<meta name="keywords" content="keyword 1, keyword 2, keyword 3">
<meta name="viewport" content="width=device-width" />
<link rel="shortcut icon" href="template/img/favicon.ico" />
<link rel="stylesheet" href="css/mobile.css" />
<link media="all and (min-width:200px)" rel="stylesheet" href="css/style.css">
</head>
<body>
<header id="main-header" role="banner">
<div id="header-top">
<div id="logo">
<h2><a href="http://www.byu.edu/">Brigham Young University</a></h2>
</div>
</div>
</header>
</body>
</html>