Skip to content

Instantly share code, notes, and snippets.

@alex-gist
Created March 12, 2012 16:26
Show Gist options
  • Save alex-gist/2023165 to your computer and use it in GitHub Desktop.
Save alex-gist/2023165 to your computer and use it in GitHub Desktop.
HTML: Starting Template
<!doctype html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<title>Sample Title</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
</body>
</html>
@alex-gist
Copy link
Author

"link" added!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment