Adding bower_components to _site, they wont be gitignored

This commit is contained in:
Open-Steps.org 2015-04-16 12:30:59 +02:00
parent 8038a31de7
commit 2824ba5aaf
274 changed files with 46334 additions and 3 deletions

View file

@ -0,0 +1,28 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>picbookJs</title>
<meta charset="utf-8">
<meta name="description" content="A Simple Javascript Library To Display Album Photos From A Facebook Page.">
<meta name="keywords" content="library,open source, github, javascript, js,facebook, album, photos">
<link rel="stylesheet" type="text/css" href="css/picbook.css">
<script type="text/javascript" src="js/picbook.js"></script>
</head>
<body>
<div class="picbook"></div>
<script type="text/javascript">
var picbook = new picbookJs({
limit: 30,
albumId: '10151871660806681'
});
</script>
</body>
</html>