Created
November 23, 2013 02:54
-
-
Save regentking/7610175 to your computer and use it in GitHub Desktop.
build target.
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 ... blah blah chrome=1 IE=stupid blah blah blah fallbacks | |
</head> | |
<!-- Use semantic headings and structure --> | |
<body style> | |
<!-- Have no JS fallbacks and use sane JS script placement --> | |
<header role="banner"> | |
</header> | |
<nav role="navigation"> | |
</nav> | |
<main role="main"> | |
</main> | |
<aside role="complementary"> | |
</aside> | |
<form role="form"> | |
</form> | |
<footer role="contentinfo"> | |
</footer> | |
<form role="search"> | |
</form> | |
<!-- Branding should use color-blind friendly scheme --> | |
<!-- link rel="color" href="http://www.colorhexa.com/" --> | |
<!-- Bigger javascripts to load down here not up there --> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
my built target.