summaryrefslogtreecommitdiffstats
path: root/index.html
diff options
context:
space:
mode:
authorBrian Cully <bjc@spork.org>2025-08-24 12:19:45 -0400
committerBrian Cully <bjc@spork.org>2025-08-24 12:32:15 -0400
commit57f32dc1d36650a5f282f1ba3906e9772b89709d (patch)
treeb967e413bdb4cf4cf82c2c9aed60bb77baee3a40 /index.html
parentddf944d808c71946a67d21d9fd1268ca05b787d1 (diff)
downloadautomathon-57f32dc1d36650a5f282f1ba3906e9772b89709d.tar.gz
automathon-57f32dc1d36650a5f282f1ba3906e9772b89709d.zip
use css custom highlights for in-text blinken
Diffstat (limited to 'index.html')
-rw-r--r--index.html5
1 files changed, 2 insertions, 3 deletions
diff --git a/index.html b/index.html
index 0882b65..77c2bdc 100644
--- a/index.html
+++ b/index.html
@@ -12,15 +12,14 @@
<div id='code'>
<button id='compile'>compile</button>
<br>
- <pre id='src' contenteditable='plaintext-only'>
-: fac
+ <div id='src' contenteditable='plaintext-only'>: fac
dup
1 > if
dup 1 - fac *
then
;
5 fac
-drop</pre>
+drop</div>
</div>
<div id='state-container'>