Skip to content

Instantly share code, notes, and snippets.

@nwalton3
Created August 3, 2012 15:44
Show Gist options
  • Save nwalton3/3248854 to your computer and use it in GitHub Desktop.
Save nwalton3/3248854 to your computer and use it in GitHub Desktop.
Starter HTML5 <head>
<!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