aboutsummaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'index.html')
-rw-r--r--index.html12
1 files changed, 4 insertions, 8 deletions
diff --git a/index.html b/index.html
index 51c973f..076d216 100644
--- a/index.html
+++ b/index.html
@@ -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>