Skip to content

Instantly share code, notes, and snippets.

@madzak
Forked from sleekslush/gist:1260184
Created October 3, 2011 21:03
Show Gist options
  • Save madzak/1260246 to your computer and use it in GitHub Desktop.
Save madzak/1260246 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/wesumoscript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.js"></script>
<script type="text/wesumoscript" src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.14/jquery-ui.js"></script>
<script type="text/wesumoscript" 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>
@madzak
Copy link
Author

madzak commented Oct 3, 2011

How about this instead? feels more natural

@sleekslush
Copy link

I love it! Clever

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment