diff options
Diffstat (limited to 'htdocs')
-rw-r--r-- | htdocs/index.html | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/htdocs/index.html b/htdocs/index.html index 4dc6674..866b2a7 100644 --- a/htdocs/index.html +++ b/htdocs/index.html @@ -10,10 +10,7 @@ </head> <body> - <div id='editor'>function foo(items) { - var x = 'All this is syntax highlighted'; - return x; - }</div> + <div id='editor'>\text{add latex here}</div> <div id='math-wrap'> <div id='MathPreview'></div> <div id='MathBuffer' style='visibility:hidden; position:absolute; top:0; left: 0'></div> |