Created
September 29, 2012 06:21
-
-
Save mstrickland22/3803352 to your computer and use it in GitHub Desktop.
html5 boilerplate
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> | |
<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