Skip to content

Instantly share code, notes, and snippets.

@nelsonJM
Created September 18, 2012 12:05
Show Gist options
  • Save nelsonJM/3742777 to your computer and use it in GitHub Desktop.
Save nelsonJM/3742777 to your computer and use it in GitHub Desktop.
HTML: Starting Template
<!DOCTYPE HTML>
<html lang="en-US">
<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.8.1/jquery.min.js"></script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment