for da website

This commit is contained in:
Mark Nadal 2015-07-24 04:24:31 -07:00
parent be17f2e65e
commit f57c0b0dec
2 changed files with 10 additions and 2 deletions

View File

@ -385,6 +385,13 @@ html, body {
heap.load("2174172773");
</script>
<!--
<div style="margin: 0 auto;">
<blockquote class="twitter-tweet" lang="en"><p lang="en" dir="ltr">With the proliferation of simple apps that sometimes become huge, it&#39;s cool to see projects like GunDB happening. <a href="http://t.co/rgTuZ4LbLR">http://t.co/rgTuZ4LbLR</a></p>&mdash; Tom Preston-Werner (@mojombo) <a href="https://twitter.com/mojombo/status/571027932048723969">February 26, 2015</a></blockquote>
<script async src="//platform.twitter.com/widgets.js" charset="utf-8"></script>
</div>
-->
<!-- BEGIN TUTORIAL -->
<div class="tutorial">
<script src="https://gunjs.herokuapp.com/gun.js"></script>
@ -610,7 +617,8 @@ ref.on(function(data){
</script>
</div>
</div>
<!-- BEGIN TUTORIAL -->
<!-- END TUTORIAL -->
<! OLD BLOG POST HERE -->

View File

@ -323,7 +323,7 @@ var code = $('.edit').load('./editor.html', function(){setTimeout(function(){
<div id="step-8" class="step">
<p>Congratulations! You are all done, you have built your first GUN app!</p>
<p>In the next tutorial we will use GUN to synchronize data in realtime across multiple devices. We'll start by copying the app we made here and modifying it to become a chat app.</p>
<a href="./converse.html">Coming Soon!</a>
<a href="./converse.html">Next Tutorial: Converse</a>
</div>
<script>