outsourced examples

This commit is contained in:
Kevin Jahns
2015-11-04 16:52:31 +01:00
parent 33b7588497
commit e2e89e198f
9 changed files with 167 additions and 25 deletions

View File

@@ -0,0 +1,12 @@
<!DOCTYPE html>
<html>
<body>
<button id="button">Disconnect</button>
<h1 id="contenteditable" contentEditable></h1>
<textarea style="width:80%;" rows=40 id="textfield"></textarea>
<script src="../../node_modules/simplewebrtc/simplewebrtc.bundle.js"></script>
<script src="../../y.js"></script>
<script src="./index.js"></script>
</body>
</html>