Created
March 23, 2011 15:47
-
-
Save ericf/883325 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!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