aboutsummaryrefslogtreecommitdiff
path: root/editor/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'editor/index.html')
-rw-r--r--editor/index.html5
1 files changed, 4 insertions, 1 deletions
diff --git a/editor/index.html b/editor/index.html
index 04a64f5..9c008c7 100644
--- a/editor/index.html
+++ b/editor/index.html
@@ -9,7 +9,10 @@
</head>
<body>
- <div id="editor"></div>
+ <p> Writable editor: </p>
+ <div id="editor" style="height:20em;"></div>
+ <p> Read only editor: </p>
+ <div id="editor-readonly" style="height:20em;"></div>
<script type="module" src="/editor/example.js"></script>
</body>