diff options
author | Victor Häggqvist <[email protected]> | 2014-06-30 17:17:39 +0200 |
---|---|---|
committer | Victor Häggqvist <[email protected]> | 2014-06-30 17:17:39 +0200 |
commit | 2d9af9e620e73726d839bb9dde41e0281a3ceed4 (patch) | |
tree | b0df5b62df5bff3b713f86348f35dd032bc419cc /index.html | |
parent | ef1a2cf063d886084b122b110411d5a71cda1bec (diff) |
rewrite
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> |