Skip to content

Commit

Permalink
Test TogetherJS
Browse files Browse the repository at this point in the history
  • Loading branch information
FeniXb3 committed Nov 25, 2023
1 parent 4b125e7 commit 23b19d7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
<button id="load-example" class="btn btn-square-sm btn-primary" title="Load example"><i class="fa-solid fa-diagram-project"></i></button>
<button id="reset" class="btn btn-square-sm btn-danger" title="Reset"><i class="fa-solid fa-window-restore"></i></button>
<button id="run" class="btn btn-square-sm btn-success" title="Alakazam!"><i class="fa-solid fa-wand-magic-sparkles"></i></button>
<button onclick="TogetherJS(this); return false;">Start TogetherJS</button>
</div>
</div>
<div id="execution-panel" class="card">
Expand Down Expand Up @@ -133,6 +134,11 @@
integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl"
crossorigin="anonymous"></script>
<script src="libs/prism/prism.js"></script>
<script>
var TogetherJSConfig_hubBase = "https://togetherjs.dotnetfiddle.net";
//wss://togetherjs.dotnetfiddle.net/hub/
</script>
<script src="https://togetherjs.com/togetherjs-min.js"></script>
</body>

</html>

0 comments on commit 23b19d7

Please sign in to comment.