Skip to content

Instantly share code, notes, and snippets.

@stlsmiths
Created February 1, 2012 04:55
Show Gist options
  • Save stlsmiths/1715179 to your computer and use it in GitHub Desktop.
Save stlsmiths/1715179 to your computer and use it in GitHub Desktop.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<title>YUI 3 </title>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<!-- Any Custom CSS goes here -->
</head>
<body class="yui3-skin-sam">
<script src="http://yui.yahooapis.com/3.4.1/build/yui/yui-min.js"></script>
<!-- HTML Markup goes here -->
<script type="text/javascript">
YUI().use( 'node', function(Y) {
// JS code goes here ...
});
</script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment