Skip to content

Instantly share code, notes, and snippets.

@zwang008
Forked from yakcode/gist:4186966
Last active August 29, 2015 14:01
Show Gist options
  • Select an option

  • Save zwang008/91b7c5f5cc1124211f87 to your computer and use it in GitHub Desktop.

Select an option

Save zwang008/91b7c5f5cc1124211f87 to your computer and use it in GitHub Desktop.
HTML: Starting Template
<!doctype html>
<html>
<head>
<meta charset=utf-8>
<title></title>
<link rel="stylesheet" href="styles.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