woweb-poc/assets/index.html

15 lines
327 B
HTML
Raw Normal View History

2023-02-23 11:09:27 +00:00
<!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>