Adding bower_components to _site, they wont be gitignored
This commit is contained in:
parent
8038a31de7
commit
2824ba5aaf
274 changed files with 46334 additions and 3 deletions
28
_site/bower_components/picbookjs/example.html
vendored
Normal file
28
_site/bower_components/picbookjs/example.html
vendored
Normal 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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue