diff --git a/public/quill-two-clients.css b/public/quill-two-clients.css new file mode 100644 index 000000000..c59bdfc58 --- /dev/null +++ b/public/quill-two-clients.css @@ -0,0 +1,30 @@ +.client-container { + display: flex; + width: 95%; +} +.client-container .ql-toolbar { + margin-top: 10px; +} +.client-container .ql-container { + height: 400px; +} +#client-a, +#client-b { + width: 50%; + margin: 15px; +} + +.document, +.document-text { + margin: 1rem 0; + font-family: monospace; + overflow: scroll; +} +.document:before { + display: block; + content: 'document: '; +} +.document-text:before { + display: block; + content: 'text: '; +} diff --git a/public/quill-two-clients.html b/public/quill-two-clients.html new file mode 100644 index 000000000..e0391b9ef --- /dev/null +++ b/public/quill-two-clients.html @@ -0,0 +1,378 @@ + + +
+ + +