Skip to content

Commit

Permalink
[use] document.up
Browse files Browse the repository at this point in the history
  • Loading branch information
alejandro committed Mar 30, 2012
1 parent d94a052 commit 9ba3093
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
@@ -0,0 +1 @@
node_modules
16 changes: 16 additions & 0 deletions index.html
@@ -0,0 +1,16 @@
<!DOCTYPE html>
<html>
<head>
<script src="http://cdnjs.cloudflare.com/ajax/libs/documentup/0.1.1/documentup.min.js"></script>
<script>
DocumentUp.document({
repo: "alejandromg/watcher",
name: "Alejandro Morales",
twitter: "_alejandromg",
issues: true,
travis: false
});
</script>
</head>
<body></body>
</html>

0 comments on commit 9ba3093

Please sign in to comment.