summaryrefslogtreecommitdiffstats
path: root/site/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'site/index.html')
-rw-r--r--site/index.html17
1 files changed, 5 insertions, 12 deletions
diff --git a/site/index.html b/site/index.html
index 6583568..5939d37 100644
--- a/site/index.html
+++ b/site/index.html
@@ -10,20 +10,13 @@
<div id='editor'>
<div id='code'>
+ <select id='src-select'>
+ <option>fac.fs</option>
+ <option>slo-fac.fs</option>
+ </select>
<button id='compile'>compile</button>
<br>
- <div id='src' contenteditable='plaintext-only'>: fac ( n -- n )
- dup ( n n )
- 1 > if ( n flag )
- dup ( n n )
- 1 - ( n n-1 )
- fac ( n fac-n )
- * ( n )
- then ( n )
-;
-
-5 fac
-drop</div>
+ <div id='src' contenteditable='plaintext-only'></div>
</div>
<div id='state-container'>