initial commit
This commit is contained in:
commit
a1c91f6d4e
14 changed files with 1633 additions and 0 deletions
14
assets/index.html
Normal file
14
assets/index.html
Normal file
|
@ -0,0 +1,14 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<title>CRDT Playground</title>
|
||||
</head>
|
||||
<body onload="setup()">
|
||||
<textarea id="doctext" name="story" rows="5" cols="33" oninput="" >
|
||||
It was a dark and stormy night...
|
||||
</textarea>
|
||||
|
||||
<script src="/index.js"></script>
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue