Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
Checked with Markup Validation Service.
  • Loading branch information
obook committed Oct 14, 2022
1 parent 7feb0d6 commit a534d86
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions TeX2Board.wgt/index.html
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
<!DOCTYPE html>
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">

<html>
<!--
Original code : http://www.mit.edu/afs.new/sipb/project/mathjax/mathjax-git/docs/html/typeset.html
Original code :
http://www.mit.edu/afs.new/sipb/project/mathjax/mathjax-git/docs/html/typeset.html
https://github.com/OpenBoard-org/OpenBoard/blob/master/resources/library/applications/WebBrowser.wgt/index.html
-->
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
Expand All @@ -13,7 +16,7 @@
<script type="text/x-mathjax-config">
MathJax.Hub.Config({
tex2jax: {
inlineMath: [["$","$"],["\\(","\\)"]]
inlineMath: [["$","$"],["\\(","\\)"]]
}
});
</script>
Expand All @@ -24,7 +27,7 @@
<div class="wrapper">
<div class="cellMathOutput" onclick="ButtonsStateSet(false)"><span id="MathOutput"></span></div>
<div class="cellMathInput">
<form name="sourcecodeform">
<form name="sourcecodeform" action="">
<textarea id="MathInput" rows = "5" cols = "50"></textarea>
</form>
</div>
Expand Down

0 comments on commit a534d86

Please sign in to comment.