Skip to content

Instantly share code, notes, and snippets.

@sincarne
Created June 24, 2014 15:08
Show Gist options
  • Save sincarne/2243681b3c4d7f0be083 to your computer and use it in GitHub Desktop.
Save sincarne/2243681b3c4d7f0be083 to your computer and use it in GitHub Desktop.
HTML Skeleton
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title></title>
<meta name="description" content="">
<meta name="author" content="">
<link rel="stylesheet" href="style.css">
<!--[if lt IE 9]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<script src="scripts.js"></script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment