7 lines
171 B
Plaintext
7 lines
171 B
Plaintext
<html>
|
|
<body>
|
|
<br><b>Name: </b><%= request.getParameter("theoremName")%>
|
|
<br><b>Theorem: </b><%= request.getParameter("theorem")%>
|
|
|
|
</body>
|
|
</html> |