This repository has been archived on 2026-01-12. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
ptp/src/main/webapp/WEB-INF/jsp/success.jsp
2019-03-20 22:00:11 -06:00

7 lines
171 B
Plaintext

<html>
<body>
<br><b>Name: </b><%= request.getParameter("theoremName")%>
<br><b>Theorem: </b><%= request.getParameter("theorem")%>
</body>
</html>