Skip to content

Instantly share code, notes, and snippets.

View pblca's full-sized avatar
🔫
projecting

pblc pblca

🔫
projecting
  • garbage.gg
  • San Francisco
View GitHub Profile
<!DOCTYPE html>
<html>
<head>
<title>Chester Family Recipes</title>
<link rel= "stylesheet" href="recipestyle.css">
</head>
<body>
<!-- Include the PubNub Library -->
<script src="https://cdn.pubnub.com/pubnub.min.js"></script>
<!-- Instantiate PubNub -->
<script type="text/javascript">
var PUBNUB_demo = PUBNUB.init({
publish_key: 'Your Publish Key Here',
subscribe_key: 'Your Subscribe key Here'
});