Skip to content

Instantly share code, notes, and snippets.

@anzeljg
Forked from osirismqz/HTML: basic template
Created October 15, 2012 08:57
Show Gist options
  • Save anzeljg/3891557 to your computer and use it in GitHub Desktop.
Save anzeljg/3891557 to your computer and use it in GitHub Desktop.
HTML: basic template
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<link rel="stylesheet" href="css/main.css" />
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js"></script>
</head>
<body>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment