Skip to content

Instantly share code, notes, and snippets.

@mebcomputers
Created April 26, 2012 13:40
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 mebcomputers/2499697 to your computer and use it in GitHub Desktop.
Save mebcomputers/2499697 to your computer and use it in GitHub Desktop.
html5: basic template
<!doctype html>
<html>
<head>
<meta charset=utf-8>
<title></title>
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment