aboutsummaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorVictor Häggqvist <[email protected]>2014-06-30 17:17:39 +0200
committerVictor Häggqvist <[email protected]>2014-06-30 17:17:39 +0200
commit2d9af9e620e73726d839bb9dde41e0281a3ceed4 (patch)
treeb0df5b62df5bff3b713f86348f35dd032bc419cc /index.html
parentef1a2cf063d886084b122b110411d5a71cda1bec (diff)
rewrite
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>