mirror of
https://github.com/amark/gun.git
synced 2025-03-30 15:08:33 +00:00
5 lines
142 B
HTML
5 lines
142 B
HTML
<script src="../examples/jquery.js"></script>
|
|
<script src="../gun.js"></script>
|
|
<script>
|
|
var gun = Gun('http://localhost:8765/gun');
|
|
</script> |