added xml example

This commit is contained in:
Kevin Jahns
2016-03-14 19:45:50 +01:00
parent 51c8d3bdc6
commit 5cfe209688
6 changed files with 6035 additions and 75 deletions

8
Examples/Xml/index.html Normal file
View File

@@ -0,0 +1,8 @@
<!DOCTYPE html>
<html>
<body>
<script src="../bower_components/yjs/y.es6"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.0.0-beta1/jquery.min.js"></script>
<script src="./index.js"></script>
</body>
</html>