1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253 |
- <!DOCTYPE html>
- <!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
- <!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
- <!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
- <!--[if gt IE 8]><!--> <html class="no-js"> <!--<![endif]-->
- <head>
- <meta charset="utf-8">
- <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
- <title>Goodbye from tweetmeme</title>
- <meta name="description" content="">
- <meta name="viewport" content="width=device-width">
- <link rel="stylesheet" href="css/normalize.css">
- <link rel="stylesheet" href="css/main.css">
- </head>
- <body>
-
- <div id="content">
- <header id="header">
- <section>
- <h1 class="logo">Goodbye from tweetmeme</h1>
- <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>
- </section>
- </header>
- <div id="digg" class="digg">
- <h2><a href="http://digg.com">Try Digg instead!</a></h2>
- <div class="digg-content">
- <div class="digg-screenshot">
- <span class="graphic"></span>
- <a href="http://digg.com" class="slogan">Keep up with what the Internet is talking about right now</a>
- <a href="http://digg.com" class="digg-logo">Digg</a>
- </div>
- </div>
- </div>
- </div>
- <footer id="footer">
- <a href="http://datasift.com" class="ds-logo">DataSift</a>
- </footer>
- <script src="js/vendor/jquery-1.9.1.min.js"></script>
- <script src="js/main.js"></script>
- <!-- Google Analytics -->
- <script>
- var _gaq=[['_setAccount','UA-394484-7'],['_trackPageview']];
- (function(d,t){var g=d.createElement(t),s=d.getElementsByTagName(t)[0];
- g.src='//www.google-analytics.com/ga.js';
- s.parentNode.insertBefore(g,s)}(document,'script'));
- </script>
- </body>
- </html>
|