Skip to content

Instantly share code, notes, and snippets.

@ericf
Created March 23, 2011 15:47
Show Gist options
  • Select an option

  • Save ericf/883325 to your computer and use it in GitHub Desktop.

Select an option

Save ericf/883325 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<head>
<title>TTW Buttons — No JavaScript</title>
<!--[if (gte IE 8)|!(IE)]><!-->
<link rel="stylesheet" href="http://platform.tiptheweb.org/tip/css/button-datauri.css" />
<!--<![endif]-->
<!--[if lte IE 7]>
<link rel="stylesheet" href="http://platform.tiptheweb.org/tip/css/button.css" />
<![endif]-->
</head>
</body>
<h1>TTW Buttons — No JavaScript</h1>
<a href="http://tiptheweb.org/tip/" class="ttw-button ttw-button-large">Tip This!</a>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment