<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html
    PUBLIC "-//W3C//DTD XHTML 1.1 plus MathML 2.0//EN"
           "http://www.w3.org/Math/DTD/mathml2/xhtml-math11-f.dtd" [
<!ENTITY mathml "http://www.w3.org/1998/Math/MathML">
<!ENTITY InvisibleTimes " ">
]>

<html xmlns="http://www.w3.org/1999/xhtml"
      xmlns:xlink="http://www.w3.org/1999/xlink" >
<head>
<title>Axiom Interface</title>
<script type="text/javascript" src="axiom.js" />
<link rel="stylesheet" type="text/css" href="axiomstyle.css" />
</head>

<body id="body">
  <form id="commreq" action="javascript:makeRequest();" >
    <p>
      Enter command: <input id="comm" type="text" name="command" size="80" />
      <input type="submit" value="submit command"/>
    </p>
  </form>

<div id="mathAns"><div></div></div>

</body>

</html>