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/Theorem.jsp
2019-03-19 00:11:38 -06:00

16 lines
472 B
Plaintext

<%@ page language="java" contentType="text/html; charset=UTF-8"
pageEncoding="UTF-8"%>
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Theroem Page</title>
</head>
<body>
<form action="save" method="post">
Enter Theorem Name: <input type="text" name="theoremName">
<input type="submit" value="save">
</form>
</body>
</html>