Skip to content

Instantly share code, notes, and snippets.

@ryanburgess
Created December 21, 2013 16:19
Show Gist options
  • Select an option

  • Save ryanburgess/8071515 to your computer and use it in GitHub Desktop.

Select an option

Save ryanburgess/8071515 to your computer and use it in GitHub Desktop.
A boilerplate for an HTML document.
<!DOCTYPE html>
<html>
<head>
<title>HTML5</title>
<meta name="description" content="">
<link rel="stylesheet" href="css/style.css" type="text/css" media="screen">
</head>
<body>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js" type="text/javascript"></script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment