This commit is contained in:
parent
e2ad09a9e6
commit
0f22fe2a4e
149 changed files with 12527 additions and 10181 deletions
28
_site/bower_components/picbookjs/example.html
vendored
28
_site/bower_components/picbookjs/example.html
vendored
|
|
@ -1,28 +0,0 @@
|
|||
<!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