Skip to content

Instantly share code, notes, and snippets.

@dbonates
Last active December 17, 2015 00:49
Show Gist options
  • Select an option

  • Save dbonates/5523898 to your computer and use it in GitHub Desktop.

Select an option

Save dbonates/5523898 to your computer and use it in GitHub Desktop.
HTML: HTML 5 Template
<!DOCTYPE html>
<html>
<head>
<meta charset=utf-8>
<title>HTML 5 Template</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.0/jquery.min.js"></script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment