mirror of
https://github.com/amark/gun.git
synced 2026-03-03 16:00:29 +00:00
6 lines
181 B
HTML
6 lines
181 B
HTML
<script src="../examples/jquery.js"></script>
|
|
<script src="../gun.js"></script>
|
|
<script src="../lib/open.js"></script>
|
|
<script>
|
|
var gun = Gun('http://localhost:8080/gun');
|
|
</script> |