Created
March 7, 2012 22:01
-
-
Save mlafeldt/1996526 to your computer and use it in GitHub Desktop.
DocumentUp template for gh-pages
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<title></title> | |
<script type="text/javascript" src="http://cdnjs.cloudflare.com/ajax/libs/documentup/latest.min.js"></script> | |
<script type="text/javascript"> | |
DocumentUp.document({ | |
repo: "mlafeldt/PROJECT", | |
travis: true, | |
twitter: [ "mlafeldt" ] | |
}); | |
</script> | |
</head> | |
<body></body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment