Skip to content

Instantly share code, notes, and snippets.

@owldesign
Created June 18, 2015 18:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save owldesign/74bf0c13cfa59e1c3bbd to your computer and use it in GitHub Desktop.
Save owldesign/74bf0c13cfa59e1c3bbd to your computer and use it in GitHub Desktop.
HTML5 Page Structure
<!DOCTYPE HTML>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>Your Website</title>
</head>
<body>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment