mirror of
https://github.com/amark/gun.git
synced 2025-03-30 15:08:33 +00:00
for da website
This commit is contained in:
parent
be17f2e65e
commit
f57c0b0dec
10
index.html
10
index.html
@ -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's cool to see projects like GunDB happening. <a href="http://t.co/rgTuZ4LbLR">http://t.co/rgTuZ4LbLR</a></p>— 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 -->
|
||||
|
||||
|
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user