openg raph stuff

This commit is contained in:
Peter Cottle 2013-01-12 23:38:12 -08:00
parent 4c837f7d92
commit aa9cfea3a4

View file

@ -6,6 +6,13 @@
<meta name="viewport" content="width=800, initial-scale=0.25">
<title>Learn Git Branching</title>
<meta name="author" content="Peter Cottle">
<meta property="og:title" content="Learn Git Branching"/>
<meta property="og:type" content="website"/>
<meta property="og:url" content="http://pcottle.github.com/learnGitBranching/index.html?demo"/>
<meta property="og:image" content="http://pcottle.github.com/learnGitBranching/assets/learnGitBranching.png"/>
<meta property="og:description" content="A interactive Git visualization tool to educate and challenge!"/>
<link rel="stylesheet" href="src/style/main.css" type="text/css" charset="utf-8">
<link rel="stylesheet" href="src/style/font-awesome.css" type="text/css" charset="utf-8">
</head>