Skip to content

Instantly share code, notes, and snippets.

@rependa
Created February 5, 2013 19:53
Show Gist options
  • Select an option

  • Save rependa/4717100 to your computer and use it in GitHub Desktop.

Select an option

Save rependa/4717100 to your computer and use it in GitHub Desktop.
HTML: Starting template
<!doctype html>
<html>
<head>
<title></title>
<link rel="stylesheet" href="style.css"/>
</head>
<body>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.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