Skip to content

Instantly share code, notes, and snippets.

@mstrickland22
Created September 29, 2012 06:21
Show Gist options
  • Save mstrickland22/3803352 to your computer and use it in GitHub Desktop.
Save mstrickland22/3803352 to your computer and use it in GitHub Desktop.
html5 boilerplate
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" contents="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width,initial-scale=1">
<title></title>
<!-- Application styles -->
<link rel="stylesheet" href="/assets/css/index.css">
<body>
<!-- Main container -->
<div id="main" role="main"></div>
<!-- Application source -->
<script data-main="/app/config" src="/assets/js/libs/require.js"></script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment