Skip to content

Instantly share code, notes, and snippets.

@sleekslush
Created October 3, 2011 20:43
Show Gist options
  • Save sleekslush/1260184 to your computer and use it in GitHub Desktop.
Save sleekslush/1260184 to your computer and use it in GitHub Desktop.
Client-side smash markup
<html>
<head>
<link rel="stylesheet/wesumo" type="text/css" href="http://meyerweb.com/eric/tools/css/reset/reset.css" />
<link rel="stylesheet/wesumo" type="text/css" href="http://a.fsdn.com/sd/classic.css?release_20110818.02" />
<script type="text/javascript" src="wesumo.debug.js?key=po0eYa_0R9W1QZ8Q7BGRiw&smash=css"></script>
</head>
<body>
<span id="message">Smash that shit</span>
<script type="text/wesumo-js" src="https://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.js"></script>
<script type="text/wesumo-js" src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.14/jquery-ui.js"></script>
<script type="text/wesumo-js" src="https://ajax.googleapis.com/ajax/libs/webfont/1.0.22/webfont_debug.js"></script>
<script type="text/javascript" src="wesumo.debug.js?key=po0eYa_0R9W1QZ8Q7BGRiw&smash=js"></script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment