Skip to content

Instantly share code, notes, and snippets.

@kenny-evitt
Last active July 7, 2018 16:36
Show Gist options
  • Save kenny-evitt/c10004fa66e514c29190 to your computer and use it in GitHub Desktop.
Save kenny-evitt/c10004fa66e514c29190 to your computer and use it in GitHub Desktop.
HTML5 boilerplate, HTML skeleton
<!-- Adopted from The real HTML5 boilerplate – CSS Wizardry – CSS, OOCSS, front-end architecture, performance and more, by Harry Roberts at http://csswizardry.com/2011/01/the-real-html5-boilerplate/ -->
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title></title>
<!--[if IE]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
</body>
</html>
@kenny-evitt
Copy link
Author

Search keyword:

  • html

@kenny-evitt
Copy link
Author

Search keyword:

  • skeleton

@kenny-evitt
Copy link
Author

My "search keyword[s]" don't work. GitHub only searches the description apparently.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment