-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathwebhook.html
More file actions
35 lines (33 loc) · 1.1 KB
/
webhook.html
File metadata and controls
35 lines (33 loc) · 1.1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<html>
<body>
<h1>The League of Public Inventors</h1>
<div id=”quote”>
Humanity cannot explore the stars together in peace unless we begin to recognize the need for a new pole of human endeavor---the creation of livingry rather than weaponry---as an act that requires no
profit motive, but now may and should be carried out selflessly. --- Robert L. Read
</div>
<div class="fb-comments" data-href="https://pubinv.github.io/PubInv/league.html" data-numposts="5"></div>
<div
class="fb-like"
data-share="true"
data-width="450"
data-show-faces="true">
</div>
</body>
<div id=”fb-root”></div>
<script>
window.fbAsyncInit = function() {
FB.init({
appId : '1766271753661448',
xfbml : true,
version : 'v2.7'
});
};
(function(d, s, id){
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) {return;}
js = d.createElement(s); js.id = id;
js.src = "//connect.facebook.net/en_US/sdk.js";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));
</script>
</html>