diff options
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 12 |
1 files changed, 4 insertions, 8 deletions
@@ -3,16 +3,14 @@ <head> <title>You are only as good as your last commit</title> <link rel="stylesheet" href="app.css"> - <link rel="stylesheet" href="widget.css"> + <!-- <link rel="stylesheet" href="widget.css"> --> </head> <body> <h1>You are only as good as your last commit</h1> <p>An old <a href="http://twitter.com/sauy7">friend</a> once told me this, so here's mine.</p> - <span class="lastcommit-widget" - data-user="johannilsson"> - </span> + <span class="lastcommit-widget" data-user="victorhaggqvist"></span> <p>And now you!</p> @@ -27,9 +25,7 @@ <p>Fork it on GitHub.</p> <p>Thank you</p> <p><a href="http://twitter.com/johanni">Johan</a></p> - <script src="http://platform.twitter.com/widgets.js" type="text/javascript"></script> - <script src="http://code.jquery.com/jquery-1.7.min.js"></script> - <script src="widget.js"></script> + <script src="lastcommit.js"></script> </body> -</html>
\ No newline at end of file +</html> |