button.htm 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. <!DOCTYPE html>
  2. <!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
  3. <!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
  4. <!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
  5. <!--[if gt IE 8]><!--> <html class="no-js"> <!--<![endif]-->
  6. <head>
  7. <meta charset="utf-8">
  8. <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
  9. <title>Goodbye from tweetmeme</title>
  10. <meta name="description" content="">
  11. <meta name="viewport" content="width=device-width">
  12. <link rel="stylesheet" href="css/normalize.css">
  13. <link rel="stylesheet" href="css/main.css">
  14. </head>
  15. <body>
  16. <div id="content">
  17. <header id="header">
  18. <section>
  19. <h1 class="logo">Goodbye from tweetmeme</h1>
  20. <p>We're really proud of TweetMeme but all good things must come to an end. Thank you for your fantastic support over the past 3 years.</p>
  21. </section>
  22. </header>
  23. <div id="digg" class="digg">
  24. <h2><a href="http://digg.com">Try Digg instead!</a></h2>
  25. <div class="digg-content">
  26. <div class="digg-screenshot">
  27. <span class="graphic"></span>
  28. <a href="http://digg.com" class="slogan">Keep up with what the Internet is talking about right now</a>
  29. <a href="http://digg.com" class="digg-logo">Digg</a>
  30. </div>
  31. </div>
  32. </div>
  33. </div>
  34. <footer id="footer">
  35. <a href="http://datasift.com" class="ds-logo">DataSift</a>
  36. </footer>
  37. <script src="js/vendor/jquery-1.9.1.min.js"></script>
  38. <script src="js/main.js"></script>
  39. <!-- Google Analytics -->
  40. <script>
  41. var _gaq=[['_setAccount','UA-394484-7'],['_trackPageview']];
  42. (function(d,t){var g=d.createElement(t),s=d.getElementsByTagName(t)[0];
  43. g.src='//www.google-analytics.com/ga.js';
  44. s.parentNode.insertBefore(g,s)}(document,'script'));
  45. </script>
  46. </body>
  47. </html>