Created
August 3, 2012 15:44
-
-
Save nwalton3/3248854 to your computer and use it in GitHub Desktop.
Starter HTML5 <head>
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!doctype html> | |
<!--[if lte IE 8]> <html class="no-js oldie" lang="en"> <![endif]--> | |
<!--[if gt IE 8]><!--> <html class="no-js no-flexslider" lang="en"> <!--<![endif]--> | |
<head> | |
<meta charset="UTF-8" /> | |
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" /> | |
<title>BYU - Brigham Young University</title> | |
<meta name="description" content="" /> | |
<meta name="author" content="" /> | |
<meta name="keywords" content="" /> | |
<meta name="robots" content="index, follow" /> | |
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" /> | |
<link rel="stylesheet" href="css/mobile.css" /> | |
<link rel="stylesheet" media="all and (min-width:1px)" href="css/style.css" /> | |
<script src="js/init.min.js"></script> | |
</head> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment